[koha-commits] main Koha release repository branch master updated. v3.16.00-147-g37ec008

Git repo owner gitmaster at git.koha-community.org
Fri Jun 27 00:47:36 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, master has been updated
       via  37ec008df79d36f065b1138912cbfd2b3d37565f (commit)
      from  7b161b5bbe09d80197906aa049080607852066d9 (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 37ec008df79d36f065b1138912cbfd2b3d37565f
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Mon Jun 23 12:08:26 2014 +0200

    Bug 12143 - hiding alternate address on patron self registration doesn't hide heading
    
    This patch fixes the following issue: in OPAC self registration form,
    even if all alternate address fields are configured as hidden,
    the heading for "Alternate address" still shows.
    
    To test:
    
    1/ Confirm the issue: hide all alternate adres field names (i.e., enter
    B_address|B_address2|B_city|B_state|B_zipcode|B_country|B_phone|
    B_email|contactnote into PatronSelfRegistrationBorrowerUnwantedField
    system prefrence).
    2/ Observe that "Alternate address" section heading still shows
    in patron self registration form ("your personal details" tab),
    despite that all section fields are configured as hidden.
    3/ Apply patch.
    4/ Reload OPAC self registration form; confirm that "Alternate address"
    is not displyed any longer, and the issue is now fixed.
    5/ Remove some field name (e.g. B_address2) from
    PatronSelfRegistrationBorrowerUnwantedField; ensure that "Alternate
    address" heading does show if at least one section field is not
    hidden.
    6/ Test steps 1-5 should be performed/repeated in both bootstrap
    and prog OPAC themes.
    
    Followed test plan with prog and bootstrap themes, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list