]> git.koha-community.org Git - koha.git/commit
Bug 11075: 'select all' for export no longer clears renew checkboxes
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 21 Nov 2013 16:55:57 +0000 (17:55 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 27 Jan 2014 13:32:25 +0000 (14:32 +0100)
commitb8a12e7970d283ef3f7a4c20815a85b3c863084e
tree39d31edc929db3fe9f8a4d2404871c3439bc3ff2
parentac5a13eaa34b2377d39b362ed0326f200b5365e5
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>
(cherry picked from commit 4a0f630f7f8c7f3c402defa5837bc470510ebb07)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js