Bugzilla – Attachment 168202 Details for
Bug 35430
Add endpoints for managing stock rotation rota's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35430: Move 'Stage' into StockRotation directory
Bug-35430-Move-Stage-into-StockRotation-directory.patch (text/plain), 1.45 KB, created by
Martin Renvoize (ashimema)
on 2024-06-27 15:39:50 UTC
(
hide
)
Description:
Bug 35430: Move 'Stage' into StockRotation directory
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-06-27 15:39:50 UTC
Size:
1.45 KB
patch
obsolete
>From e93eef934d58efcbab69d4b25ab6c642ec116d64 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 29 Nov 2023 11:54:30 +0000 >Subject: [PATCH] Bug 35430: Move 'Stage' into StockRotation directory > >Cleaning up a little, I opt to move the 'Stage' controller under a new >StockRotation parent directory. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/REST/V1/{ => StockRotation}/Stage.pm | 2 +- > api/v1/swagger/paths/rotas.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename Koha/REST/V1/{ => StockRotation}/Stage.pm (97%) > >diff --git a/Koha/REST/V1/Stage.pm b/Koha/REST/V1/StockRotation/Stage.pm >similarity index 97% >rename from Koha/REST/V1/Stage.pm >rename to Koha/REST/V1/StockRotation/Stage.pm >index 8e1c4ce7344..787f977f20b 100644 >--- a/Koha/REST/V1/Stage.pm >+++ b/Koha/REST/V1/StockRotation/Stage.pm >@@ -1,4 +1,4 @@ >-package Koha::REST::V1::Stage; >+package Koha::REST::V1::StockRotation::Stage; > > # This file is part of Koha. > # >diff --git a/api/v1/swagger/paths/rotas.yaml b/api/v1/swagger/paths/rotas.yaml >index 96eef748301..dd367500493 100644 >--- a/api/v1/swagger/paths/rotas.yaml >+++ b/api/v1/swagger/paths/rotas.yaml >@@ -1,7 +1,7 @@ > --- > "/rotas/{rota_id}/stages/{stage_id}/position": > put: >- x-mojo-to: Stage#move >+ x-mojo-to: StockRotation::Stage#move > operationId: moveStage > summary: Update stage > tags: >-- >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 35430
:
159357
|
159358
|
159359
|
159360
|
159361
|
159362
|
159418
|
159419
|
159420
|
164134
|
164135
|
164136
|
165538
|
165539
|
165540
|
165541
| 168202 |
168203
|
168204