[koha-commits] main Koha release repository branch master updated. v3.22.00-896-g4a34045

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 17:49:52 CET 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  4a3404594ff326e0babb8b7bee8e65f5646ff9f9 (commit)
      from  8d64bb9eb0555983936077b5fab4ca1a648b6871 (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 4a3404594ff326e0babb8b7bee8e65f5646ff9f9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 22 10:08:55 2016 +0000

    Bug 15163: Do not erase patron attributes if limited to another library
    
    The patron attributes displayed on editing a patron are not displayed if
    limited to another library.
    
    C4::Members::Attributes::SetBorrowerAttributes will now only delete attributes
    the librarian is editing.
    SetBorrowerAttributes takes a new $no_branch_limit parameter. If set,
    the branch limitations have not effect and all attributes are deleted
    (same behavior as before this patch).
    
    Test plan:
    1/ Create 2 patron attributes, without branch limitations.
    2/ Edit a patron and set a value for these attributes
    3/ Limit a patron attributes to a library (one you are not logged in
    with).
    4/ Edit again the patron.
    => You should not see the limited attributes
    5/ Edit the patron attributes and remove the branch limitation
    => Without this patch, it has been removed from the database and is not
    displayed anymore.
    => With this patch, you should see it.
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Auth_with_ldap.pm                |    2 +-
 C4/Members/Attributes.pm            |   39 +++++++++++++++--
 members/nl-search.pl                |    2 +-
 t/db_dependent/Members_Attributes.t |   79 +++++++++++++++++++++++------------
 tools/import_borrowers.pl           |    2 +-
 5 files changed, 92 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list