Bugzilla – Attachment 147336 Details for
Bug 32981
Add GET endpoint for listing authorised values by a given category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32981: (QA follow-up) Fix POD and file permissions
Bug-32981-QA-follow-up-Fix-POD-and-file-permission.patch (text/plain), 963 bytes, created by
Nick Clemens (kidclamp)
on 2023-02-24 14:48:42 UTC
(
hide
)
Description:
Bug 32981: (QA follow-up) Fix POD and file permissions
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-02-24 14:48:42 UTC
Size:
963 bytes
patch
obsolete
>From 8a1606d51ab86d1afba551ae24ffddba49597d67 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 24 Feb 2023 14:47:44 +0000 >Subject: [PATCH] Bug 32981: (QA follow-up) Fix POD and file permissions > >--- > Koha/REST/V1/AuthorisedValues.pm | 4 +++- > t/db_dependent/api/v1/authorised_values.t | 0 > 2 files changed, 3 insertions(+), 1 deletion(-) > mode change 100644 => 100755 t/db_dependent/api/v1/authorised_values.t > >diff --git a/Koha/REST/V1/AuthorisedValues.pm b/Koha/REST/V1/AuthorisedValues.pm >index 39d108900b..add0fa5910 100644 >--- a/Koha/REST/V1/AuthorisedValues.pm >+++ b/Koha/REST/V1/AuthorisedValues.pm >@@ -28,7 +28,9 @@ use Try::Tiny; > > =head2 Methods > >-=head3 list >+=head3 list_av_from_category >+ >+This routine returns the authorised values for a given category > > =cut > >diff --git a/t/db_dependent/api/v1/authorised_values.t b/t/db_dependent/api/v1/authorised_values.t >old mode 100644 >new mode 100755 >-- >2.30.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 32981
:
146730
|
146842
|
147335
| 147336