[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.09-15-gedb729421f

Git repo owner gitmaster at git.koha-community.org
Wed Sep 9 07:23: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, 19.11.x has been updated
       via  edb729421f26d9709140e24da559929d2843169a (commit)
      from  b1924d212715c806650a85b781f5ebb3ee531b71 (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 edb729421f26d9709140e24da559929d2843169a
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>
    (cherry picked from commit c320dfa3beef2bce10e87572ee9dd7f6849a694f)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.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