Bug 25944: Schema fix for illrequests route
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 Jul 2020 08:27:48 +0000 (09:27 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 16 Jul 2020 14:32:51 +0000 (15:32 +0100)
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@ptfs-europe.com>
Signed-off-by: Magnus Enger <magnus@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@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

api/v1/swagger/paths/illrequests.json

index 0fc13e9..c800c05 100644 (file)
@@ -18,7 +18,9 @@
                         "library",
                         "capabilities",
                         "metadata",
-                        "requested_partners"
+                        "requested_partners",
+                        "comments",
+                        "status_alias"
                     ]
                 }
             }, {