[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-57-g23e62d6

Git repo owner gitmaster at git.koha-community.org
Fri Jul 26 18:08:52 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  23e62d6aa8a054ce0447a057994c2583592f0da7 (commit)
       via  2d7529e953e6bdcc05bead14af684b48512d8bac (commit)
      from  e81a0b32d989577bf0d19eb681f910ed6be91ded (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 23e62d6aa8a054ce0447a057994c2583592f0da7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 19 20:08:04 2019 -0500

    Bug 23083: Fix course reserve item editing if one of the value is set to UNCHANGED
    
    Test plan:
    0: Do not apply the patches
    1: Create an item with itype, ccode, location, and holding branch set
    2: Create a course
    3: Add item to course, changing the values for itype, ccode, and location
    4: Click Edit for that item on course-details.pl
    5: Assign new values for itype, ccode, and location but leave the holding library dropdown set to LEAVE UNCHANGED
    6: Hit Save
    7: Back on course-details.pl, observe that the item is still showing the values set in step 3
    8: Apply this patch
    9: Repeat 4 to 6
    10: Back on course-details.pl, observe that the item is now showing the correct values
    11: Edit the course reserve again, setting new values for itype, ccode, and location and setting the holding library dropdown to whatever the holding library for the item is currently
    12: hit save
    13: On course-details.pl, see that the change actually happened, the item is now showing the values set in step 9
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    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 e4ee3636304d06a0492fee6a1fcd9e4c65a17be6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 75e886e31e61646e7e1ee34a93d065528f560382)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 2d7529e953e6bdcc05bead14af684b48512d8bac
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 19 20:12:14 2019 -0500

    Bug 23083: Add tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    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 44469cf4c3e9fa690b2247324b1922fdde207f9f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit dd850bdd07f7adc52abdf330c334c4c31b3a1176)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/CourseReserves.pm                        |   11 ++++++-----
 t/db_dependent/CourseReserves/CourseItems.t |   14 ++++++++++++--
 2 files changed, 18 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list