https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747
--- Comment #93 from David Bourgault <[email protected]> --- I've resquashed the patch to keep it clean. New changes: * Support repeatable tags Repeated tags will repeat the field name, e.g.: " 035$a: some value 035$a: another value " * Delimiter switched to comma from whitespace (whitespace is ignored). I did this to make it uniform with the sysprefs 'z3950NormalizeAuthor' and 'z3950AuthorAuthFields'. * Reworded syspref description slightly, added '001' to example " Display the MARC field/subfields <> in the 'Additional fields' column in the result of a search Z3950 (use comma as delimiter e.g.: "001, 082$ab, 090$ab") " * No longer shows tags missing the target subfield * Added a test for repeatable tags and syspref splitting to t/db_dependent/Breeding.t Adding multiple additional tags will result in the result table being very big (lots of whitespace). I tried using a <table> to make it more compact, but it became too hard to read (cluttered). I left it with <dl> for now. QA Tool green. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
