Bugzilla – Attachment 171146 Details for
Bug 35191
Make entries per page configurable for items table on staff detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35191: Make entries per page configurable for items table on staff detail page
Bug-35191-Make-entries-per-page-configurable-for-i.patch (text/plain), 1.57 KB, created by
Julian Maurice
on 2024-09-06 13:26:55 UTC
(
hide
)
Description:
Bug 35191: Make entries per page configurable for items table on staff detail page
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-09-06 13:26:55 UTC
Size:
1.57 KB
patch
obsolete
>From a8eaeefc08af4797bd47c5d0eef6fdaae60ff01b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 31 Oct 2023 09:00:11 +0100 >Subject: [PATCH] Bug 35191: Make entries per page configurable for items table > on staff detail page > >The new API driven items view defaults to 20 per page. This is a bit low, it would be great if it could be configurable to a higher value per the table configuration. > >Test plan: >1. Apply this patch >2. restart_all (memcached restart is required) >3. Go to Administration > Table settings >4. Catalogue > holdings_table | otherholdings_table >=> Notice the new "Default display length" >5. Select something else than 20 >6. Go to the detail page of a record with lot of records >=> Notice that the default value defined in the settings is used. > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > admin/columns_settings.yml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index f91c6acaaf..98c7809704 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 35191
:
158109
|
169259
| 171146