Bugzilla – Attachment 138500 Details for
Bug 30392
Add a deleted_on column to deleteditems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30392: (QA follow-up) Remove deleted_on from the API response
Bug-30392-QA-follow-up-Remove-deletedon-from-the-A.patch (text/plain), 1.31 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-08-02 11:45:40 UTC
(
hide
)
Description:
Bug 30392: (QA follow-up) Remove deleted_on from the API response
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-08-02 11:45:40 UTC
Size:
1.31 KB
patch
obsolete
>From bd268aa7d5ef8dd1a9183ad6567613c31bd9efb0 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 2 Aug 2022 08:45:07 -0300 >Subject: [PATCH] Bug 30392: (QA follow-up) Remove deleted_on from the API > response > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Biblio.pm | 3 ++- > Koha/Item.pm | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm >index 0af49b939ec..5a1be3cfe25 100644 >--- a/Koha/Biblio.pm >+++ b/Koha/Biblio.pm >@@ -1130,7 +1130,8 @@ sub to_api_mapping { > unititle => 'uniform_title', > seriestitle => 'series_title', > copyrightdate => 'copyright_date', >- datecreated => 'creation_date' >+ datecreated => 'creation_date', >+ deleted_on => undef, > }; > } > >diff --git a/Koha/Item.pm b/Koha/Item.pm >index 4dc41b9d78d..b3ac3623347 100644 >--- a/Koha/Item.pm >+++ b/Koha/Item.pm >@@ -1400,7 +1400,8 @@ sub to_api_mapping { > enumchron => 'serial_issue_number', > copynumber => 'copy_number', > stocknumber => 'inventory_number', >- new_status => 'new_status' >+ new_status => 'new_status', >+ deleted_on => undef, > }; > } > >-- >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 30392
:
138073
|
138115
|
138232
|
138233
|
138481
|
138482
|
138483
| 138500