Summary: | Make entries per page configurable for items table on staff detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Staff interface | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Needs documenting --- | QA Contact: | Julian Maurice <julian.maurice> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | emily.lamancusa, fridolin.somers, gmcharlt, jonathan.druart, julian.maurice, kebliss, lucas, mspinney, nick, rcoert |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Add an option, in the Tables page of the Administration module, to adjust how many items per page will display by default in the item holdings table on a bibliographic record.
|
Version(s) released in: |
24.11.00,24.05.05
|
Circulation function: | |||
Bug Depends on: | 33568 | ||
Bug Blocks: | |||
Attachments: |
Bug 35191: Make entries per page configurable for items table on staff detail page
Bug 35191: Make entries per page configurable for items table on staff detail page Bug 35191: Make entries per page configurable for items table on staff detail page |
Description
Katrin Fischer
2023-10-30 17:32:03 UTC
Created attachment 158109 [details] [review] 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. Created attachment 169259 [details] [review] 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> Created attachment 171146 [details] [review] 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> I like small patches :) Pushed for 24.11! Well done everyone, thank you! *** Bug 38074 has been marked as a duplicate of this bug. *** *** Bug 37310 has been marked as a duplicate of this bug. *** Backported to 24.05.x for upcoming 24.05.05 |