https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42531
--- Comment #2 from Lawrence O'Regan-Lloyd <[email protected]> --- Created attachment 198629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198629&action=edit Bug 42531: Allow repeatable field values to wrap Test plan 1. Go to Administration → MARC bibliographic frameworks. 2. Edit Books, Booklets, Workbooks (BKS) framework. 3. In tag 508, ensure subfield $a is visible in the editor. 4. Open a bibliographic record (e.g. /cgi-bin/koha/catalogue/detail.pl?biblionumber=90). 5. Edit the record and add a long block of text to 508$a (e.g. extended production credits with many names and separators). 6. Save the record and view it in the staff interface. * Before patch: The Production Credits field does not wrap and overflows off the page. 7. Apply the patch and run yarn build. 8. Refresh the record detail page. * After patch: The Production Credits field wraps correctly within the page. 9. Confirm that shorter repeatable fields still display inline with separators (|) as expected. 10. Sign off and have a great day! Signed-off-by: Lawrence O'Regan-Lloyd <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
