[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-15-gc320dfa3be

Git repo owner gitmaster at git.koha-community.org
Fri Sep 4 16:40:14 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  c320dfa3beef2bce10e87572ee9dd7f6849a694f (commit)
      from  3bbf6384492834055d38ac844521be6c02d503ab (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 c320dfa3beef2bce10e87572ee9dd7f6849a694f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 16 15:44:40 2020 +0200

    Bug 25751: Add ORDERED in dropdown list of suggestion's statuses
    
    The status "ORDERED" is missing from the pull down list of
    status values when editing a suggestion, so the first
    option is selected "No status".
    
    This leads to data loss when editing a suggestion in the
    status "ORDERED". Worse: the status can't be reset to
    "ORDERED" and so no AVAILABLE notice can be sent to the patron.
    
    Test plan:
    - Create a suggestion, accept it, create a new order from this suggestion.
    - Verify status is "ORDERED"
    - Edit the suggestion
    => Without this patch the dropdown list does not have
       "Ordered", and if you save you lost the status
    => With this patch applied the dropdown list has "Ordered"
       preselected. You can save and preserve the status.
    
    Signed-off-by: Holly Cooper <hc at interleaf.ie>
    
    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 eeb7ac6fc0d14c9e731b7759c78f37cadcfa575f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/suggestion/suggestion.tt           | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list