Bugzilla – Attachment 152290 Details for
Bug 33993
The GET orders endpoint needs to allow users with order_receive permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33993: Add order_receive to GET orders endpoints
Bug-33993-Add-orderreceive-to-GET-orders-endpoints.patch (text/plain), 878 bytes, created by
Martin Renvoize (ashimema)
on 2023-06-13 08:46:32 UTC
(
hide
)
Description:
Bug 33993: Add order_receive to GET orders endpoints
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-06-13 08:46:32 UTC
Size:
878 bytes
patch
obsolete
>From 25877d7a4bfb771a25686a1f814b6181c48d44d8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 13 Jun 2023 09:45:24 +0100 >Subject: [PATCH] Bug 33993: Add order_receive to GET orders endpoints > >This adds order_receive to the list of permissions that allow the >endpoint to return orders. >--- > api/v1/swagger/paths/acquisitions_orders.yaml | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/api/v1/swagger/paths/acquisitions_orders.yaml b/api/v1/swagger/paths/acquisitions_orders.yaml >index 0853ade1a8..8f5f35e669 100644 >--- a/api/v1/swagger/paths/acquisitions_orders.yaml >+++ b/api/v1/swagger/paths/acquisitions_orders.yaml >@@ -103,6 +103,7 @@ > acquisition: > - order_manage > - order_manage_all >+ - order_receive > post: > x-mojo-to: Acquisitions::Orders#add > operationId: addOrder >-- >2.41.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33993
:
152290
|
152324
|
152625