Commit 002e616
committed
🐛 Fix trailing separator in string_links for single-value fields
The separator condition used len(data) which refers to the original
string length instead of len(data_list) which is the split list. This
caused a trailing "; " to always appear after single-value fields
when needs_string_links is configured.1 parent 3ba0da0 commit 002e616
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| |||
0 commit comments