https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41151 --- Comment #50 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Martin Renvoize (ashimema) from comment #49)
(In reply to Jonathan Druart from comment #44)
QA review:
1. if you have a repeatable field and a value with commas: value1: a,b,c, value2: b value3: c
On the "show" view they are displayed: Before the patch: a,b,c, b, c
After: a b c b c
Didn't I already revert that in my last commit.. it's been a while since I looked at this.
This is still a problem.
5. There is an empty label in AdditionalFieldsEntry.vue + <label></label>
This has not been removed in AdditionalFieldsDisplay.vue. There is a comment about that in CSS 81 /* Empty label for alignment with other fields */ But I don't see any changes on the UI when I remove it. -- You are receiving this mail because: You are watching all bug changes.