[Koha-bugs] [Bug 17780] When choose an author in authority results new window shows a blank screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 19 15:10:38 CET 2016


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

--- Comment #2 from George Veranis <gveranis at seab.gr> ---
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.


More information about the Koha-bugs mailing list