Bugzilla – Attachment 168062 Details for
Bug 35197
Expose additional_field definitions through REST API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35197: (QA follow-up): Fix permissions specification
Bug-35197-QA-follow-up-Fix-permissions-specificati.patch (text/plain), 1.54 KB, created by
Martin Renvoize (ashimema)
on 2024-06-25 12:08:34 UTC
(
hide
)
Description:
Bug 35197: (QA follow-up): Fix permissions specification
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-06-25 12:08:34 UTC
Size:
1.54 KB
patch
obsolete
>From b6ca77730bfb36b85be163c320a0ac5695d77048 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 29 Apr 2024 11:07:50 +0000 >Subject: [PATCH] Bug 35197: (QA follow-up): Fix permissions specification > >Sponsored-by: UKHSA - UK Health Security Agency >Sponsored-by: PTFS Europe Ltd >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/paths/additional_fields.yaml | 2 +- > t/db_dependent/api/v1/additional_fields.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/api/v1/swagger/paths/additional_fields.yaml b/api/v1/swagger/paths/additional_fields.yaml >index 887dba81b9d..d90183df4c4 100644 >--- a/api/v1/swagger/paths/additional_fields.yaml >+++ b/api/v1/swagger/paths/additional_fields.yaml >@@ -46,4 +46,4 @@ > $ref: "../swagger.yaml#/definitions/error" > x-koha-authorization: > permissions: >- tools: manage_additional_fields >\ No newline at end of file >+ parameters: manage_additional_fields >\ No newline at end of file >diff --git a/t/db_dependent/api/v1/additional_fields.t b/t/db_dependent/api/v1/additional_fields.t >index 95bf281d973..15aba4c77ea 100755 >--- a/t/db_dependent/api/v1/additional_fields.t >+++ b/t/db_dependent/api/v1/additional_fields.t >@@ -43,7 +43,7 @@ subtest 'list() tests' => sub { > my $librarian = $builder->build_object( > { > class => 'Koha::Patrons', >- value => { flags => 2**13 } >+ value => { flags => 2**3 } # parameters > } > ); > my $password = 'thePassword123'; >-- >2.45.2
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 35197
:
158112
|
158511
|
158512
|
158514
|
158515
|
158577
|
158578
|
159648
|
159649
|
159650
|
165726
|
165727
|
165728
|
165769
|
165780
|
168057
|
168058
|
168059
|
168060
|
168061
| 168062 |
168063
|
168064
|
168065