[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-22-gd10087c

Git repo owner gitmaster at git.koha-community.org
Wed Jun 4 09:36:08 CEST 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  d10087c9765997fdf6db9ed8608a780f175cdda0 (commit)
      from  8ed3f4a3dd4c58a36d2fa2649ec50bad39d7d3b3 (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 d10087c9765997fdf6db9ed8608a780f175cdda0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 21 10:35:40 2014 -0500

    Bug 11809: don't display 'Clear date' on OPAC patron details form if date of birth is required
    
    On the OPAC's patron details form, if the date of birth field is
    required we shouldn't offer the user a "clear date." This patch removes
    the "clear date" link if the field is required.
    
    To test, configure the BorrowerMandatoryField system preference to
    require dateofbirth. Enable the OPACPatronDetails system preference and
    log in to the OPAC. View the "personal details" form and confirm that
    there is no "clear date" link next to the required date of birth field.
    
    Remove dateofbirth from the BorrowerMandatoryField system preference and
    re-test. The "clear date" link should appear.
    
    Test in both prog and Bootstrap themes.
    
    I tested with prog and bootstrap themes, adding/removing field 'dateofbirth'
    in sys pref PatronSelfRegistrationBorrowerMandatoryField.
    Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as expected, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 234560a690c78ef7723f15c0cb31f0497d073988)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt |    4 +++-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt      |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list