Bugzilla – Attachment 168754 Details for
Bug 37310
Add ability to set default display length of holdings/otherholdings table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37310: Add default display length to holdings and otherholdings table settings
Bug-37310-Add-default-display-length-to-holdings-a.patch (text/plain), 1.27 KB, created by
Eric Garcia
on 2024-07-10 16:52:47 UTC
(
hide
)
Description:
Bug 37310: Add default display length to holdings and otherholdings table settings
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2024-07-10 16:52:47 UTC
Size:
1.27 KB
patch
obsolete
>From 94a6579752aa61486add45efe9e6b590c5bd7b94 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 10 Jul 2024 16:10:21 +0000 >Subject: [PATCH] Bug 37310: Add default display length to holdings and > otherholdings table settings > >To test: >1. APPLY PATCH and restart_all >2. Go to a Admin > Table settings >3. Notice the "Default display length:" under both holdings and other_holdings tables. >4. Adjust the dropdown and make sure the holdings/other holdings table reflect that. > >Use the 'SeparateHoldings' system preference to test the other_holdings table. > >Signed-off-by: Eric Garcia <cubingguy714@gmail.com> >--- > admin/columns_settings.yml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 154b66ae17..4ab970c427 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -371,6 +371,7 @@ modules: > catalogue: > detail: > holdings_table: >+ default_display_length: 20 > columns: > - > columnname: holdings_checkbox >@@ -437,6 +438,7 @@ modules: > cannot_be_modified: 1 > > otherholdings_table: >+ default_display_length: 20 > columns: > - > columnname: otherholdings_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 37310
:
168753
| 168754