Koha/koha-tmpl/intranet-tmpl/prog/en/js/pages
Jonathan Druart 4a0f630f7f Bug 11075: 'select all' for export no longer clears renew checkboxes
If circulation exports are enabled (by turning on ExportWithCsvProfile),
the table on the checkout page includes three columns of checkboxes --
'renew', 'checkin', and 'export'.

For each loan, the renew and checkout links should behave like radio
buttons, but the state of the export checkbox is meant to be independent
of the renew and checkin checkboxes.

However, if the 'select all' link in the export column is clicked,
active renew checkboxes are toggled off.

The desired behavior is that clicking the select all link in the export
column should only affect checkboxes in that column.  This patch
implements this behavior.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script - one line JavaScript change.
Works as described.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-12-30 15:16:11 +00:00
..
addbiblio.js
batchMod.js Bug 10599: add option to unselect on loan items on the batch item modification tool 2013-09-18 16:45:24 +00:00
circulation.js Bug 11075: 'select all' for export no longer clears renew checkboxes 2013-12-30 15:16:11 +00:00
preferences.js Bug 7596 - System prefs editor JS contains untranslatable English string 2013-03-15 19:03:49 -04:00