https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32477
--- Comment #4 from Emmi Takkinen <[email protected]> --- (In reply to Emmi Takkinen from comment #3) > Apparently this happens because columns still have attribute > "checked=checked" even if class "selected" is removed. Then we do this: > > if ($(this).prop("checked")) { > showColumn(num); > } else { > hideColumn(num); > } > > So solution could simply be that we need to set checked attributed as false, > not just remove class "selected". Hmm, I should have mentioned here that this is just part of problem. Another one is that function "hideColumns" hides wrong columns when tool is launched again. Which is weird, code looks OK to me. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
