Bugzilla – Attachment 129988 Details for
Bug 29975
(Bug 21729 followup) patron_expiration_date missing in API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29975: (bug 21729 follow-up) Fix api/v1/holds.t
Bug-29975-bug-21729-follow-up-Fix-apiv1holdst.patch (text/plain), 921 bytes, created by
Jonathan Druart
on 2022-01-31 10:00:15 UTC
(
hide
)
Description:
Bug 29975: (bug 21729 follow-up) Fix api/v1/holds.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-31 10:00:15 UTC
Size:
921 bytes
patch
obsolete
>From eb0e87c6276d131abacb6e140f6a68d169336c23 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 31 Jan 2022 10:58:42 +0100 >Subject: [PATCH] Bug 29975: (bug 21729 follow-up) Fix api/v1/holds.t > >Unknown column 'patron_expiration_date' in 'field list' >The REST API routes don't need to be aware of the new column patron_expiration_date >--- > Koha/Hold.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Hold.pm b/Koha/Hold.pm >index 67899b8c973..7840f2d7869 100644 >--- a/Koha/Hold.pm >+++ b/Koha/Hold.pm >@@ -669,6 +669,7 @@ sub to_api_mapping { > itemnumber => 'item_id', > waitingdate => 'waiting_date', > expirationdate => 'expiration_date', >+ patron_expiration_date => undef, > lowestPriority => 'lowest_priority', > suspend => 'suspended', > suspend_until => 'suspended_until', >-- >2.25.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 29975
:
129961
|
129988
|
130058
|
130090
|
130092