[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-9-g4739952

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 15:32:03 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, 3.22.x has been updated
       via  4739952294165f764ee7074f5a71235e328697a3 (commit)
       via  cd7d29440f8b1f88b88cba0d9934e3907847793b (commit)
      from  67b3f0196ea4129488193f27fd3e28591ff5f33d (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 4739952294165f764ee7074f5a71235e328697a3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 8 17:00:36 2016 +0000

    Bug 15530 - Editing a course item via a disabled course disables it even if it is on other enabled courses
    
    It appears that if the course item is edited by clicking the edit link
    from an active course, the course item will be set to enabled and the
    fields will be swapped, if the same course item is edited from a course
    that is *not* active, the course item will be set to *not* enabled, and
    the original fields will be swapped back in!
    
    The short term work-around is to only edit course items from an enabled
    course if the item has a course that is enabled. If all the courses it
    is on are disabled, it doesn't matter what course the item is edited
    from.
    
    Test Plan:
    1) Create two courses, 1 enabled and 1 disabled
    2) Add an item as a course reserve to both courses
    3) Edit the course reserve data for the item via the enabled course
    4) Note the course item is enabled ( easy way is to check the database )
    5) Edit the same course reserve data, but via the disabled course
    6) Note the course item is now disabled even though it is part of
       an enabled course!
    7) Apply this patch
    8) Repeat steps 1 through 5
    9) Note the course item is still enabled
    
    Signed-off-by: Margaret Holt <mholt at bastyr.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit d10adb26aa661a6b5f6dc9b2fd6f8ab966f98918)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit cd7d29440f8b1f88b88cba0d9934e3907847793b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 8 17:00:18 2016 +0000

    Bug 15530 - Add Unit Test
    
    Signed-off-by: Margaret Holt <mholt at bastyr.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 31ffdbf49af617db29c8b6bfcaf01566d84f2a33)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/CourseReserves.pm            |   22 ++++++++++------------
 t/db_dependent/CourseReserves.t |   24 +++++++++++++++++++++++-
 2 files changed, 33 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list