https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #29 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Jonathan Druart from comment #27)
Why are we talking about forking? What are those requirements? Did we contact them?
In order to have a list of available layouts, and have a modal window to select and filter them, you have to load them in advance. I could have had perl scan layouts directory, get all files in an array and pass it to the template to make the apropiate includes, or what I thought it was simpler.. to just "cat *.js > all.min.js" and include that single file. If everyone thinks the first choice is best, I have absolutly no problem to chenge the code. I'm still new to developing in Koha and Perl (coming from NodeJS universe, this still feels a little strange, hehe), so please be patient with me. -- You are receiving this mail because: You are watching all bug changes.