[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-27-geab46b1758

Git repo owner gitmaster at git.koha-community.org
Fri Oct 16 19:05:04 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  eab46b1758cc4749aba581469f40a8405f79fb2b (commit)
      from  aaef04500654a997f722c17adff017a0a4687e8d (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 eab46b1758cc4749aba581469f40a8405f79fb2b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Sep 22 14:10:10 2020 -0400

    Bug 26510: Transport Cost Matrix editor doesn't show all data when HoldsQueueSkipClosed is enabled
    
    If HoldsQueueSkipClosed is enabled, and a library happens to be closed
    on the day you edit the transport cost matrix, all the values for that
    library will not show. Instead they will appear disabled, and if you
    were to edit the cell and save a new value in it, it will also
    'disappear' when the page is reloaded.
    
    Test Plan:
    1) Set today as a holiday for a library
    2) Set HoldsQueueSkipClosed to 'open'
    3) Go to the transport cost matrix editor
    4) Edit a cell where the 'from' is for the closed library
    5) Note the value doesn't 'save', it is still in the database though
    6) Apply this patch
    7) Restart all the things!
    8) Reload the transport cost matrix editor
    9) The value now appears correctly!
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    
    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 26ab04a3b383f5a9c88124625f8edc1c4cf1d816)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/HoldsQueue.pm               | 5 ++++-
 admin/transport-cost-matrix.pl | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list