Bugzilla – Attachment 168753 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.22 KB, created by
Lucas Gass (lukeg)
on 2024-07-10 16:13:37 UTC
(
hide
)
Description:
Bug 37310: Add default display length to holdings and otherholdings table settings
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-07-10 16:13:37 UTC
Size:
1.22 KB
patch
obsolete
>From b435c7d7b7303c485631ace38a40d8153cd80712 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. >--- > admin/columns_settings.yml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 5999889ce1..e71258a418 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.39.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