Koha/koha-tmpl/intranet-tmpl/prog/js
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
..
fetch Bug 37332: Fix unseen and customer renewal date parameters in svc 2024-07-18 17:53:18 +02:00
modals Bug 36373: Show existing bookings in the datepicker 2024-05-13 14:00:07 +02:00
pages Bug 36129: Make check on "Hide all columns" persist on item patch modification/deletion 2024-07-25 11:16:50 +01:00
tables Bug 37047: (QA follow-up) Fix translations 2024-06-21 15:24:44 +02:00
vue Bug 37274: Use the Toolbar component in all Vue components 2024-07-18 18:25:58 +02:00
acq.js
acquisitions-menu.js
additem.js
addorderiso2709.js
admin-menu.js
ajax.js
audio_alerts.js
auth-finder-search.js
authorities-detail-modal.js
authtype.js
automatic_item_modification_by_age.js
basket.js
biblio_framework.js
browser.js
calendar.js
cancel_booking_modal.js Bug 33737: Fix undefined variable issues 2024-05-10 16:45:57 +02:00
cart.js
cashup_modal.js
catalog.js
cataloging.js Bug 36388: Mouse operation does not work in draggable fields in authority editor 2024-05-10 14:11:48 +02:00
cataloging_additem.js
categories.js Bug 34597: Add 'ill_request' to patron category admin page 2024-06-11 10:43:55 +01:00
charts.js
checkout_renewals_modal.js
checkouts.js Bug 36060: (follow-up) Remember selections when refreshing the table 2024-05-21 13:39:49 +02:00
cookieconsent.js
datatables.js Bug 37257: Enable translation of Copy control in OPAC user summary 2024-07-09 14:56:04 +02:00
elasticsearch-mappings.js Bug 36396: Link facet with authorised value category - ES 2024-05-07 15:53:53 +02:00
file-upload.js
form-submit.js Bug 37270: Fix deletion of saved reports 2024-07-22 07:32:21 +01:00
funds_sorts.js Bug 35823: When uploading a MARC file to a basket it is showing inactive funds without the show checkbox button selected 2024-07-01 18:55:54 +02:00
holds.js Bug 34263: (QA follow-up): Use flatpickr .clear instead 2024-05-10 14:11:44 +02:00
ill-availability-partner.js
ill-availability.js
ill-batch-modal.js
ill-batch-table.js
ill-batch.js
ill-list-table.js Bug 36894: Display journal article ILL request author 2024-06-11 08:11:38 +01:00
item_search_fields.js
job_progress.js
letter.js Bug 37059: Fix insert button in notices and slips 2024-06-25 18:34:12 +02:00
localcovers.js
mana.js
marc_modification_templates.js
marc_subfields_structure.js
members-menu.js
members-patron-selections.js
members.js Bug 36738: Don't copy date when repeating date fields 2024-05-03 10:59:36 +02:00
merge-record.js
messaging-preference-form.js
modal_printer.js
onboarding.js
patron-webcam.js
recalls.js
resolve_claim_modal.js
restrictiontypes.js
rotating-collections.js
select2.js
serials-toolbar.js
showpredictionpattern.js
sms_providers.js
staff-global.js Bug 36844: (QA follow-up) Fix preselected options on set-library.pl 2024-05-17 10:36:22 +02:00
subscription-add.js
table_filters.js
tools-menu.js
upload-images.js
viewlog.js
xmlControlfield.js
z3950_search.js