Bugzilla – Attachment 173585 Details for
Bug 34324
Merge OPACProblemReport and CatalogConcern functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34324: Make biblio_id a nullable field
Bug-34324-Make-biblioid-a-nullable-field.patch (text/plain), 870 bytes, created by
Martin Renvoize (ashimema)
on 2024-10-28 17:44:55 UTC
(
hide
)
Description:
Bug 34324: Make biblio_id a nullable field
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-28 17:44:55 UTC
Size:
870 bytes
patch
obsolete
>From 6bc8bc4e6777a18cb77a11aaf2947a0fb4c6e7f5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 21 Dec 2023 12:43:56 +0000 >Subject: [PATCH] Bug 34324: Make biblio_id a nullable field > >--- > api/v1/swagger/definitions/ticket.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/definitions/ticket.yaml b/api/v1/swagger/definitions/ticket.yaml >index e3e0fe73f15..c3b4792de31 100644 >--- a/api/v1/swagger/definitions/ticket.yaml >+++ b/api/v1/swagger/definitions/ticket.yaml >@@ -24,7 +24,9 @@ properties: > description: The object representing the biblio the ticket is related to > readOnly: true > biblio_id: >- type: integer >+ type: >+ - integer >+ - "null" > description: Internal identifier for the biblio the ticket is related to > title: > type: string >-- >2.47.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 34324
:
160199
|
160200
|
160201
|
160202
|
160203
|
160204
|
160205
|
160206
|
173580
|
173581
|
173582
|
173583
|
173584
|
173585
|
173586
|
173587
|
173671
|
173672
|
173673
|
173674
|
173675
|
173676
|
173677
|
173678
|
173679
|
173680