https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37829
--- Comment #15 from Paul Derscheid <[email protected]> --- > 1) "Bookings" should be alphabetically placed in > cgi-bin/koha/admin/additional-fields.pl Yes, will fix that shortly. > 2) Is there absolutely no way we use/extend the current established pattern > of additional-fields-entry.inc and additional-fields-entry.js? I actually wanted it to be the other way around. Since additional-fields-entry.js is so small in scope, I just wanted to keep it as an interface to the new additional-fields.js, and cover that functionality as well. > This patchset is now introducing a 3rd implementation of additional fields > into Koha (vanilla tt, VueJS, now this JS). That's true, for the time being I'd like to move to vanilla.tt + one consolidated js library + Vue. And in the future move to a singular implementation based on optional tt + vue islands. > Some things work differently here to the vanilla Koha implementation e.g. > repeatable fields start hidden here where in vanilla Koha it always start > with showing at least one. I had that initially, will reintroduce that behaviour to be consistent. > Repeatable AV fields in vanilla Koha are shown as checkboxes, here they're > shown as multiple dropdowns. Do you have a prominent spot I can look at that you would describe as some sort of reference implementation? Thanks for taking the time to look at this :) -- 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/
