[koha-commits] main Koha release repository branch master updated. v16.05.00-514-gfb449aa

Git repo owner gitmaster at git.koha-community.org
Thu Aug 18 17:56:11 CEST 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, master has been updated
       via  fb449aaede3f23ee71e9e50286a26035bb3ef640 (commit)
      from  1bc34e31e9c371d8f60a074f13e933d15a31e20e (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 fb449aaede3f23ee71e9e50286a26035bb3ef640
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Fri Aug 12 16:19:52 2016 +0200

    Bug 17117: Patron personal details not displayed unless branch update request is enabled
    
    In patron acount ("your personal details" tab, which serves as a form
    for submitting update requests as well) it's not possible to display
    some account details like expiration date etc., without enabling
    the field for branch / library update requests too.
    
    To reproduce:
    
    1) set OPACPatronDetails to "Allow"
    2) clear PatronSelfModificationBorrowerUnwantedField preference
    - all possible fields in the update requests form are visible
    in patron account, including some extra details (card number,
    expiration date, category) in the "Library" section on top
    3) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField preference
    4) the whole 'Library' section disappears
    
    To test:
    
    1) apply patch
    2) put 'branchcode' in PatronSelfModificationBorrowerUnwantedField,
    'Library' section should remain visible (sans branch selection option)
    3) put 'branchcode|cardnumber|datexpiry|categorycode' in the same
    preference, 'Library' section should now disappear
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list