[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-13-g0cd877fb74

Git repo owner gitmaster at git.koha-community.org
Fri Jul 24 23:30:18 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  0cd877fb743154a76642952f454df1502302338a (commit)
      from  d59536e289692537289460a9225cc0c0bce80a57 (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 0cd877fb743154a76642952f454df1502302338a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jul 7 09:27:48 2020 +0100

    Bug 25944: Schema fix for illrequests route
    
    The illrequests path was missing the `comments` and `status_alias`
    embedable relations in the path specification.
    
    Test plan:
    1/ Ensure you have the latest Mojolicious + OpenAPI modules installed.
    2/ Navigate to the ill requests page and note that the table is empty.
    3/ Note that under the networking tab in your browsers developer tools
    that the api call fails with a 400 error.
    4/ Apply the patch
    5/ Refresh the page
    6/ The table should now load and the api route should return a proper
    200 response.
    7/ Signoff
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    Applied the patch to a production server that was having the 400
    error on the main ILL page, and the error was gone.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    (cherry picked from commit 40ab030060d6cbacb0be9df981fb28a6ade705ea)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 api/v1/swagger/paths/illrequests.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list