Bugzilla – Attachment 162891 Details for
Bug 35581
ILL Koha classes are not consistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35581: (QA follow-up): Missed Illrequests.pm REST API class
Bug-35581-QA-follow-up-Missed-Illrequestspm-REST-A.patch (text/plain), 1.77 KB, created by
Pedro Amorim
on 2024-03-07 10:37:18 UTC
(
hide
)
Description:
Bug 35581: (QA follow-up): Missed Illrequests.pm REST API class
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-07 10:37:18 UTC
Size:
1.77 KB
patch
obsolete
>From a67d0e83a1a4476174a6754be9b565ee7763ce19 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 8 Jan 2024 12:03:42 +0000 >Subject: [PATCH] Bug 35581: (QA follow-up): Missed Illrequests.pm REST API > class > > Koha/REST/V1/Illrequests.pm -> Koha/REST/V1/ILL/Requests.pm > > Test plan: > 1 Apply patch > 2 Make sure tests pass, run: > prove t/db_dependent/api/v1/ill_* >--- > Koha/REST/V1/{Illrequests.pm => ILL/Requests.pm} | 4 ++-- > api/v1/swagger/paths/ill_requests.yaml | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > rename Koha/REST/V1/{Illrequests.pm => ILL/Requests.pm} (98%) > >diff --git a/Koha/REST/V1/Illrequests.pm b/Koha/REST/V1/ILL/Requests.pm >similarity index 98% >rename from Koha/REST/V1/Illrequests.pm >rename to Koha/REST/V1/ILL/Requests.pm >index 4c1a526b4d1..ac7f41ffeae 100644 >--- a/Koha/REST/V1/Illrequests.pm >+++ b/Koha/REST/V1/ILL/Requests.pm >@@ -1,4 +1,4 @@ >-package Koha::REST::V1::Illrequests; >+package Koha::REST::V1::ILL::Requests; > > # This file is part of Koha. > # >@@ -32,7 +32,7 @@ use Try::Tiny qw( catch try ); > > =head1 NAME > >-Koha::REST::V1::Illrequests >+Koha::REST::V1::ILL::Requests > > =head2 Operations > >diff --git a/api/v1/swagger/paths/ill_requests.yaml b/api/v1/swagger/paths/ill_requests.yaml >index 03d58ebdf9c..4376c688bff 100644 >--- a/api/v1/swagger/paths/ill_requests.yaml >+++ b/api/v1/swagger/paths/ill_requests.yaml >@@ -1,7 +1,7 @@ > --- > /ill/requests: > get: >- x-mojo-to: Illrequests#list >+ x-mojo-to: ILL::Requests#list > operationId: listIllrequests > tags: > - ill_requests >@@ -64,7 +64,7 @@ > permissions: > ill: "1" > post: >- x-mojo-to: Illrequests#add >+ x-mojo-to: ILL::Requests#add > operationId: addIllrequest > tags: > - ill_request >-- >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 35581
:
159863
|
159864
|
159865
|
159866
|
159867
|
159868
|
159869
|
159870
|
159871
|
159872
|
159873
|
160422
|
160423
|
160424
|
160425
|
160426
|
160427
|
160428
|
160429
|
160430
|
160431
|
160432
|
160620
|
160622
|
162020
|
162021
|
162022
|
162023
|
162024
|
162025
|
162026
|
162027
|
162028
|
162029
|
162030
|
162031
|
162032
|
162817
|
162818
|
162819
|
162820
|
162821
|
162822
|
162823
|
162824
|
162825
|
162826
|
162827
|
162828
|
162829
|
162880
|
162881
|
162882
|
162883
|
162884
|
162885
|
162886
|
162887
|
162888
|
162889
|
162890
|
162891
|
162892
|
163803
|
163804
|
163805
|
163806
|
163807
|
163808
|
163809
|
163810
|
163811
|
163812
|
163813
|
163814
|
163815
|
163816
|
164069
|
164070
|
164071
|
164072
|
164073
|
164074
|
164075
|
164076
|
164077
|
164078
|
164079
|
164080
|
164081
|
164082
|
165448