Bugzilla – Attachment 173611 Details for
Bug 30648
Title is lost in holds history when bibliographic record is deleted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30648: deleted_biblio_id can be null
Bug-30648-deletedbiblioid-can-be-null.patch (text/plain), 816 bytes, created by
Jonathan Druart
on 2024-10-29 10:34:28 UTC
(
hide
)
Description:
Bug 30648: deleted_biblio_id can be null
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-29 10:34:28 UTC
Size:
816 bytes
patch
obsolete
>From 6e659f73e419ca32ee3609c4cbd46755de09a211 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 29 Oct 2024 11:34:14 +0100 >Subject: [PATCH] Bug 30648: deleted_biblio_id can be null > >--- > api/v1/swagger/definitions/hold.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/definitions/hold.yaml b/api/v1/swagger/definitions/hold.yaml >index 98d4309cca8..2ba3367e04f 100644 >--- a/api/v1/swagger/definitions/hold.yaml >+++ b/api/v1/swagger/definitions/hold.yaml >@@ -17,7 +17,9 @@ properties: > type: integer > description: Internal biblio identifier > deleted_biblio_id: >- type: integer >+ type: >+ - integer >+ - "null" > description: Internal deleted biblio identifier > item_group_id: > type: >-- >2.34.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 30648
:
172687
|
172688
|
172689
|
172690
|
172691
|
172692
|
173340
|
173341
|
173342
|
173343
|
173344
|
173345
|
173491
|
173492
|
173493
|
173494
|
173495
|
173496
| 173611