Bugzilla – Attachment 137176 Details for
Bug 30903
CSV import of quotes broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30903: Fix POST /quote
Bug-30903-Fix-POST-quote.patch (text/plain), 853 bytes, created by
Martin Renvoize (ashimema)
on 2022-07-05 15:03:51 UTC
(
hide
)
Description:
Bug 30903: Fix POST /quote
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-07-05 15:03:51 UTC
Size:
853 bytes
patch
obsolete
>From 3a1fb3e128fb178dbd7300fd49a3c647c853906b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Jun 2022 15:56:59 +0200 >Subject: [PATCH] Bug 30903: Fix POST /quote > >quote_id should not be required > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/definitions/quote.yaml | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/api/v1/swagger/definitions/quote.yaml b/api/v1/swagger/definitions/quote.yaml >index 0af727ee40..d5abed8eaa 100644 >--- a/api/v1/swagger/definitions/quote.yaml >+++ b/api/v1/swagger/definitions/quote.yaml >@@ -19,6 +19,5 @@ properties: > - "null" > additionalProperties: false > required: >- - quote_id > - source > - text >-- >2.20.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 30903
:
135696
|
135773
|
135774
|
135781
|
135782
|
136336
|
136383
|
136384
|
136437
|
136438
|
136439
|
136702
|
136703
|
136704
| 137176 |
137177
|
137178