From 8622fa2ca2dc00b72def9b9855fef4da85ffb1af Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 17 Sep 2021 16:46:14 +0100 Subject: [PATCH] Bug 27947: (QA follow-up) Remove incorrect permission check The API was checking for 'reserverforothers' permission, but that doesn't make sense to apply here. Signed-off-by: Martin Renvoize --- api/v1/swagger/paths/article_requests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/v1/swagger/paths/article_requests.yaml b/api/v1/swagger/paths/article_requests.yaml index fbdfe07a43..5e27193d0b 100644 --- a/api/v1/swagger/paths/article_requests.yaml +++ b/api/v1/swagger/paths/article_requests.yaml @@ -51,9 +51,6 @@ description: Under maintenance schema: $ref: ../definitions.json#/error - x-koha-authorization: - permissions: - reserveforothers: "1" "/public/patrons/{patron_id}/article_requests/{article_request_id}": delete: x-mojo-to: ArticleRequests#patron_cancel -- 2.30.2