Bugzilla – Attachment 130092 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), 1.01 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-02-02 12:24:59 UTC
(
hide
)
Description:
Bug 29975: (bug 21729 follow-up) Fix api/v1/holds.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-02-02 12:24:59 UTC
Size:
1.01 KB
patch
obsolete
>From dd04b08910bd0c771f616ab19355fb859b1c0081 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 > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Hold.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Hold.pm b/Koha/Hold.pm >index 67899b8c97..7840f2d786 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.32.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 29975
:
129961
|
129988
|
130058
|
130090
| 130092