Bugzilla – Attachment 160129 Details for
Bug 35616
Add a 'source' field to Koha::Tickets to denote the path taken to report the ticket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35616: API specification update
Bug-35616-API-specification-update.patch (text/plain), 752 bytes, created by
Martin Renvoize (ashimema)
on 2023-12-20 16:24:28 UTC
(
hide
)
Description:
Bug 35616: API specification update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-20 16:24:28 UTC
Size:
752 bytes
patch
obsolete
>From 533923e023ae17b46da538a920382839ad2863e9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 20 Dec 2023 14:47:08 +0000 >Subject: [PATCH] Bug 35616: API specification update > >--- > api/v1/swagger/definitions/ticket.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/api/v1/swagger/definitions/ticket.yaml b/api/v1/swagger/definitions/ticket.yaml >index 57e4cfd54da..752b0f4151a 100644 >--- a/api/v1/swagger/definitions/ticket.yaml >+++ b/api/v1/swagger/definitions/ticket.yaml >@@ -5,6 +5,10 @@ properties: > type: integer > description: Internal ticket identifier > readOnly: true >+ source: >+ type: string >+ enum: >+ - catalog > reported_date: > type: > - string >-- >2.43.0
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 35616
:
160118
|
160119
|
160120
|
160121
|
160127
|
160128
|
160129
|
160130
|
160143
|
160144
|
160145
|
160146
|
160164
|
160165
|
160166
|
160167
|
163482
|
163483
|
163484
|
163485
|
163486