https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41445
Lucas Gass (lukeg) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #37 from Lucas Gass (lukeg) <[email protected]> --- Thanks Lawrence, now I am recreating. A couple things here: 1. Are we doing too much here? Why not just? - $(".select_hold_all").click(); + $(".select_hold_all").prop("checked", false); + $(".holds_table .select_hold").prop("checked", false); + localStorage.selectedHolds = "[]"; + updateSelectedHoldsButtonCounters(); 2. How will these changes effect reserve/request.tt? Do we need to add something about that page to the test plan since the same code is called there? kohadev-koha@kohadevbox:koha(main)$ git grep 'js/holds.js' koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: [% Asset.js("js/holds.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt: [% Asset.js("js/holds.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt: [% Asset.js("js/holds.js") | $raw %] -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
