[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.02-19-gb8a12e7

Git repo owner gitmaster at git.koha-community.org
Mon Jan 27 14:17:39 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.14.x has been updated
       via  b8a12e7970d283ef3f7a4c20815a85b3c863084e (commit)
      from  ac5a13eaa34b2377d39b362ed0326f200b5365e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b8a12e7970d283ef3f7a4c20815a85b3c863084e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 21 17:55:57 2013 +0100

    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 at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script - one line JavaScript change.
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4a0f630f7f8c7f3c402defa5837bc470510ebb07)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list