Bugzilla – Attachment 120766 Details for
Bug 28189
Move the base swagger file to YAML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28189: (QA folloq-up) Fix fallback case
Bug-28189-QA-folloq-up-Fix-fallback-case.patch (text/plain), 874 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-05-10 11:36:14 UTC
(
hide
)
Description:
Bug 28189: (QA folloq-up) Fix fallback case
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-05-10 11:36:14 UTC
Size:
874 bytes
patch
obsolete
>From 45a929e875e4ca046ff0c5761c7b8396364eaba0 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 10 May 2021 08:34:41 -0300 >Subject: [PATCH] Bug 28189: (QA folloq-up) Fix fallback case > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/REST/V1.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/REST/V1.pm b/Koha/REST/V1.pm >index 6e3d3d50b8f..1c6c03582f5 100644 >--- a/Koha/REST/V1.pm >+++ b/Koha/REST/V1.pm >@@ -112,7 +112,7 @@ sub startup { > > try { > $validator->load_and_validate_schema( >- $self->home->rel_file("api/v1/swagger/swagger.json"), >+ $self->home->rel_file("api/v1/swagger/swagger.yaml"), > { > allow_invalid_ref => 1, > schema => ( $swagger_schema ) ? $swagger_schema : undef, >-- >2.31.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 28189
:
119963
|
120004
|
120005
| 120766 |
121053