Koha/koha-tmpl/intranet-tmpl/prog/js/pages
Emmi Takkinen 1a154f1f0e
Bug 36129: Make check on "Hide all columns" persist on item patch modification/deletion
On item patch modification/deletion tool, if one checks
"Hide all columns" checkbox and then reloads the page,
checkbox is no longer selected. Columns are hidden as
they should. This patch adds line to batchMod.js which
sets "checked" attribute and class "selected" to checkbox.

To test:
1. Find items to modify/delete and modify/delete them with
corresponding tool.
2. Check checkbox "Hide all columns".
3. Refresh the page.
=> Note that columns are still hidden, but checkbox is now
unselected.
4. Apply this patch.
5. Check checkbox again and refresh page.
=> Checkbox should be still checked.

Sponsored-by: Koha-Suomi Oy
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2024-07-25 11:16:50 +01:00
..
addbiblio.js
batchMod.js Bug 36129: Make check on "Hide all columns" persist on item patch modification/deletion 2024-07-25 11:16:50 +01:00
circulation.js
preferences.js Bug 34655: (QA follow-up) Tidy the file 2024-05-10 15:19:12 +02:00
results.js
stockrotation.js
tags-review.js Bug 36838: Add CSRF token to tags review AJAX requests 2024-05-13 16:24:18 +02:00