https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295
--- Comment #20 from Jan Kissig <[email protected]> --- Created attachment 201694 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201694&action=edit Bug 42295: (follow-up) Remove replace() call from docurl in cateditor-ui.inc Initially the call for replacing '"' with " was made inside TT on MarcFieldDocURL. MarcFieldDocURL was moved to Koha.prefs store and replace was than called in JS which would only replace the first occurence. As URLs must not include double quotes this can be removed. -- 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/
