22 Aug
2016
22 Aug
'16
11:03 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12236 --- Comment #5 from paxed <pasi.kallinen@pttk.fi> --- (In reply to M. Tompsett from comment #4)
I believe upon further inspection that:
$( "#transport-types" ).accordion({ collapsible: true, active:false, animate: 200 });
accomplishes what the point of this patch was. Marking as resolved/fixed.
Not really. The intention was to have the unused entries start as collapsed, and the entries in use as open - easier to see with a glance which ones are in use, without needing to scroll past the unused entries. If I understand correctly, accordion will just make it even more awkward to see which ones are in use. -- You are receiving this mail because: You are watching all bug changes.