[koha-commits] main Koha release repository branch master updated. v3.14.00-212-g4a0f630

Git repo owner gitmaster at git.koha-community.org
Mon Dec 30 15:58:48 CET 2013


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, master has been updated
       via  4a0f630f7f8c7f3c402defa5837bc470510ebb07 (commit)
      from  e8a24c35f64cb461a80f768b505bbf16c49dfeff (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 4a0f630f7f8c7f3c402defa5837bc470510ebb07
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>

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

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