[Koha-bugs] [Bug 28853] Textarea in biblio record editor breaks authority plugin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 12 22:52:51 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28853

--- Comment #1 from Fridolin Somers <fridolin.somers at biblibre.com> ---
BTW :

This JavaScript code is a mix of JQuery and old style.
It seams it is not very solid and several parts are repeated, like :
> var re = new RegExp('^subfield' + subfield_name,'g');
> var subfields = $(field_start).children('ul').children('li').filter( function() {
>   return this.id.match(re);
> });
This would need a big revamping.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list