Bugzilla – Attachment 90681 Details for
Bug 23133
Rename reserves.item_level_hold for reserves.item_level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23133: API cleanup
Bug-23133-API-cleanup.patch (text/plain), 878 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-06-17 15:50:08 UTC
(
hide
)
Description:
Bug 23133: API cleanup
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-06-17 15:50:08 UTC
Size:
878 bytes
patch
obsolete
>From 3ef30225d43dbd3e8aa16c42b6025cd9fc86f450 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 17 Jun 2019 12:44:53 -0300 >Subject: [PATCH] Bug 23133: API cleanup > >--- > Koha/REST/V1/Holds.pm | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/Koha/REST/V1/Holds.pm b/Koha/REST/V1/Holds.pm >index a74307ff72..58ddf1f273 100644 >--- a/Koha/REST/V1/Holds.pm >+++ b/Koha/REST/V1/Holds.pm >@@ -464,7 +464,6 @@ our $to_api_mapping = { > suspend => 'suspended', > suspend_until => 'suspended_until', > itemtype => 'item_type', >- item_level_hold => 'item_level', > }; > > =head3 $to_model_mapping >@@ -487,7 +486,6 @@ our $to_model_mapping = { > suspended => 'suspend', > suspended_until => 'suspend_until', > item_type => 'itemtype', >- item_level => 'item_level_hold', > }; > > 1; >-- >2.22.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 23133
:
90679
|
90680
|
90681
|
90857
|
90858
|
90859