Bugzilla – Attachment 67329 Details for
Bug 18120
CRUD endpoint for vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18120: (QA followup) 'vendors_manage' permission fits better than full acq
Bug-18120-QA-followup-vendorsmanage-permission-fit.patch (text/plain), 1.41 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-22 18:39:58 UTC
(
hide
)
Description:
Bug 18120: (QA followup) 'vendors_manage' permission fits better than full acq
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-22 18:39:58 UTC
Size:
1.41 KB
patch
obsolete
>From 6faefb46bbdfc68bd2b0d10c1bf00cd1804445e3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 24 Aug 2017 14:36:07 -0300 >Subject: [PATCH] Bug 18120: (QA followup) 'vendors_manage' permission fits > better than full acq > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/acquisitions_vendors.json | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/api/v1/swagger/paths/acquisitions_vendors.json b/api/v1/swagger/paths/acquisitions_vendors.json >index a34c72a18d..4c86a8de87 100644 >--- a/api/v1/swagger/paths/acquisitions_vendors.json >+++ b/api/v1/swagger/paths/acquisitions_vendors.json >@@ -63,7 +63,7 @@ > }, > "x-koha-authorization": { > "permissions": { >- "acquisition": "1" >+ "acquisition": "vendors_manage" > } > } > }, >@@ -179,7 +179,7 @@ > }, > "x-koha-authorization": { > "permissions": { >- "acquisition": "1" >+ "acquisition": "vendors_manage" > } > } > }, >@@ -241,7 +241,7 @@ > }, > "x-koha-authorization": { > "permissions": { >- "acquisition": "1" >+ "acquisition": "vendors_manage" > } > } > }, >@@ -295,7 +295,7 @@ > }, > "x-koha-authorization": { > "permissions": { >- "acquisition": "1" >+ "acquisition": "vendors_manage" > } > } > } >-- >2.14.1
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 18120
:
60851
|
60852
|
61182
|
61183
|
61587
|
63146
|
63163
|
63164
|
63165
|
66046
|
66362
|
66363
|
66417
|
66418
|
66427
|
66428
|
66429
|
66430
|
67326
|
67327
|
67328
| 67329 |
67330
|
67490