https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17780
--- Comment #2 from George Veranis <[email protected]> --- No the installation is clean and is on 16.11 . on console log I have the following Uncaught TypeError: Cannot read property 'match' of null(…) cataloging.js:106 the problem is that on line 106 is trying to match with id and select2 not produce select with id , and I add this on select2.min.js in order select has id attribute and not fail "<div class='select2-drop select2-display-none' id='select2-display-none-"+Math.floor(Date.now() /1000)+"'>"," <div class='select2-searc h' id='select-search-"+Math.floor(Date.now() / 1000)+"'>", but then I have another problem with select2 which not bind on click for cloned field there I tried a lot to solve it but without success at yet. If I'm correct 16.05 not use select2 and yes works perfect ! -- 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/
