Bugzilla – Attachment 54193 Details for
Bug 17007
REST API: add route to get biblio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17007: Fix typo in biblio's Swagger definition
Bug-17007-Fix-typo-in-biblios-Swagger-definition.patch (text/plain), 1022 bytes, created by
Lari Taskula
on 2016-08-09 10:02:44 UTC
(
hide
)
Description:
Bug 17007: Fix typo in biblio's Swagger definition
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2016-08-09 10:02:44 UTC
Size:
1022 bytes
patch
obsolete
>From 3b96c4a005580c8f609aaf36200dc1fe7f846900 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <larit@student.uef.fi> >Date: Tue, 9 Aug 2016 13:00:03 +0300 >Subject: [PATCH] Bug 17007: Fix typo in biblio's Swagger definition > >By running the test introduced in Bug 17032, we can easily catch issues related >to object definitions in Swagger vs. Koha-object's columns. > >This patch fixes a property typo in biblio.json >--- > api/v1/definitions/biblio.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/definitions/biblio.json b/api/v1/definitions/biblio.json >index a3b35b7..aa7c755 100644 >--- a/api/v1/definitions/biblio.json >+++ b/api/v1/definitions/biblio.json >@@ -17,7 +17,7 @@ > "type": ["string", "null"], > "description": "title (without the subtitle) from the MARC record (245$a in MARC21)" > }, >- "untitle": { >+ "unititle": { > "type": ["string", "null"], > "description": "uniform title (without the subtitle) from the MARC record (240$a in MARC21)" > }, >-- >1.9.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 17007
:
53823
|
53824
|
53825
|
53834
|
53836
|
54187
| 54193