Bugzilla – Attachment 152840 Details for
Bug 34137
Requested cancellation date column missing from holds awaiting pickup table config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34137: Requested cancellation date column missing from holds awaiting pickup table config
Bug-34137-Requested-cancellation-date-column-missi.patch (text/plain), 2.07 KB, created by
Owen Leonard
on 2023-06-28 19:28:23 UTC
(
hide
)
Description:
Bug 34137: Requested cancellation date column missing from holds awaiting pickup table config
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-06-28 19:28:23 UTC
Size:
2.07 KB
patch
obsolete
>From 9d5ea339a0f76f04b86bafeadb3505aeb87264e7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 28 Jun 2023 14:48:55 +0000 >Subject: [PATCH] Bug 34137: Requested cancellation date column missing from > holds awaiting pickup table config > >This patch adds an entry for the requested cancellation date column to >columns_settings.yml so that the column can be configured correctly in >table settings and on the fly. > >To test you will need at least one hold with a cancellation request: > >- Go to Administration -> Circulation and fine rules -> Default waiting > hold cancellation policy > - Add at least one rule allowing cancellation on waiting items. >- Place a hold for a patron which would fall under the rule you defined. >- Satisfy the hold by checking the item in at the hold's destination > location. >- Cancel the hold, either by logging in to the OPAC as the patron with > the hold, or in the staff client via the holds tab on the patron's > record. > >- Apply the patch and restart all services. >- Go to Circulation -> Holds awaiting pickup >- In the "Holds with cancellation requests" tab, confirm that there is a > "Date cancellation requested" column and that it is one of the choices > under the "Columns" button. >- Confirm that the correct columns are shown and hidden when making > selections in the columns menu. >- Go to Administration -> Table settings -> Circulation -> Holds > awaiting pickup. > - Test setting "Is hidden by default" and "Cannot be toggled" for > various columns in the table, including the "Date cancellation > requested" column. >--- > admin/columns_settings.yml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index bbdf3d4213..90fb535472 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1635,6 +1635,8 @@ modules: > columnname: waiting_since > - > columnname: date_hold_placed >+ - >+ columnname: date_cancellation_request > - > columnname: expiration_date > - >-- >2.30.2
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 34137
:
152812
|
152840
|
152841
|
152842
|
153211