[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-11-gae54212e7d

Git repo owner gitmaster at git.koha-community.org
Thu Sep 3 18:00:37 CEST 2020


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, 20.05.x has been updated
       via  ae54212e7d05564332dbb28b99ed61103cdecaae (commit)
      from  12a02a23493062a768e60333b13b323703ea6c74 (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 ae54212e7d05564332dbb28b99ed61103cdecaae
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 3 13:09:54 2020 +0200

    Bug 26119: Enable patron's attribute edition when PatronSelfRegistrationVerifyByEmail
    
    There is no good reason remove the ability to edit patron's attributes
    if PatronSelfRegistrationVerifyByEmail is set.
    
    We cannot have them in the self-registration form (because we don't
    store patron's attributes during self-ref), but we can have them when
    a patron show/edit their information.
    
    Test plan:
    0. Enable PatronSelfRegistrationVerifyByEmail and create patron's
    attributes that can be edited at the OPAC
    1. Create a new patron using the self-reg feature
    => You don't have the ability to fill in the patron's attribute
    2. Edit your personal details (OPAC)
    => Without this patch you still don't see the patron's attribute that
    can be edited at the OPAC
    => With this patch applied you can!
    3. Notice the wording change on the "Modify patron attribute type" form
    and confirm it makes sense
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit fc22fb308bdbfc6d1bda3448e966542f2828ad76)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +-
 koha-tmpl/opac-tmpl/bootstrap/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