[koha-commits] main Koha release repository branch master updated. v3.14.00-497-g234560a

Git repo owner gitmaster at git.koha-community.org
Wed Feb 26 18:14:34 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, master has been updated
       via  234560a690c78ef7723f15c0cb31f0497d073988 (commit)
      from  a8ebfa4702e2492388b6f60a11921a8ab69d677b (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 234560a690c78ef7723f15c0cb31f0497d073988
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>

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

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