[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-15-g276b59e

Git repo owner gitmaster at git.koha-community.org
Mon Mar 7 10:14:40 CET 2016


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.22.x has been updated
       via  276b59e5bcce0f68dfbce32f2c94e8d5178500a7 (commit)
      from  2c186dd5a00cf8cb18fb596957a5ddfa9559bc42 (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 276b59e5bcce0f68dfbce32f2c94e8d5178500a7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 28 08:54:56 2016 -0500

    Bug 15691: Show card number minimum and maximum in visible hint when adding a patron
    
    The CardnumberLength system preference defines card number minimum and
    maximum allowed values when adding a patron. This information is
    currently hidden in a title attribute on the card number input field.
    
    This patch moves the information into a <div class="hint">, matching
    other fields in the entry form which offer details about entry
    guidelines.
    
    To test, apply the patch and open the new patron entry form. Test for
    various values of CardnumberLength, and with 'cardnumber' mandatory or
    not mandatory as defined in BorrowerMandatoryField.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 9f172a3c1bc8c7cd1664eabac81c5b66877b3952)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/members/memberentrygen.tt         |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list