[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.06-26-g4912b87

Git repo owner gitmaster at git.koha-community.org
Fri Jun 14 23:08:17 CEST 2019


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, 18.11.x has been updated
       via  4912b870932029a18f3eab52a144f4e6ec960b53 (commit)
      from  40b4e68ee3ea6631d20644a128b9f215557c2b9a (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 4912b870932029a18f3eab52a144f4e6ec960b53
Author: Pasi Kallinen <pasi.kallinen at koha-suomi.fi>
Date:   Wed May 29 09:20:43 2019 +0300

    Bug 22910: Do not copy unique patron attributes to duplicated patron
    
    When creating a new patron by duplicating another, all of the patron
    attributes are also copied into the form. Some of those value may be
    unique, so don't copy those.
    
    1) Create patron attribute types, one with "unique identifier", one without.
    2) Create or a patron so it has values in both of those attributes.
    3) Duplicate the patron
    4) The edit form should retain the values from the "original" patron.
    5) Apply patch.
    6) Duplicate the patron - this time the attributes with unique values
       are cleared.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at koha-suomi.fi>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f3358e97c8a1f9edf1c4de6dea46f70366237699)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 2f9ec9c61fabd7595da594c02a55395564cb2330)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 members/memberentry.pl |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list