Bugzilla – Attachment 164850 Details for
Bug 36096
Add ability to select default sort and display length for tables on 'Holds awaiting pickup' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36096: Add ability to set default sort and length to waitingreserves tables
Bug-36096-Add-ability-to-set-default-sort-and-leng.patch (text/plain), 1.60 KB, created by
Owen Leonard
on 2024-04-12 13:57:19 UTC
(
hide
)
Description:
Bug 36096: Add ability to set default sort and length to waitingreserves tables
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-04-12 13:57:19 UTC
Size:
1.60 KB
patch
obsolete
>From 63a2dd7f2caf70dda808fdbe0b993547b338300d Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 14 Feb 2024 16:55:33 +0000 >Subject: [PATCH] Bug 36096: Add ability to set default sort and length to > waitingreserves tables > >To test: >1. APPLY patch and restart services. >2. Have waiting holds, waiting holds past the expiration date, and > waiting holds with cancellation requests. >3. Go to Administration -> Table settings and find each of the tables. ( > holdscr | holdso | holdst ) >4. Each table should now include a 'Default display length:' and > 'Default sort order:' >5. Play with those Table settings, ensuring they behave correctly. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > admin/columns_settings.yml | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 1ae17d384b2..b691f09c911 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1748,6 +1748,8 @@ modules: > > holds_awaiting_pickup: > holdst: >+ default_display_length: 20 >+ default_sort_order: 1 > columns: > - > columnname: checkbox >@@ -1779,6 +1781,8 @@ modules: > columnname: action > > holdso: >+ default_display_length: 20 >+ default_sort_order: 1 > columns: > - > columnname: checkbox >@@ -1810,6 +1814,8 @@ modules: > columnname: action > > holdscr: >+ default_display_length: 20 >+ default_sort_order: 1 > columns: > - > columnname: checkbox >-- >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 36096
:
162159
|
164850
|
166627