Some systems may want to see more than 20 items by default on the holdings table - say a consortium with 25 members. It should be possible to configure the default page length
Created attachment 172340 [details] [review] Bug 38074: Add HoldingsTableDefaultLength system preference This patch adds anew preference to allow determining the default number of items shown on the details page. To test: 1 - Add 100 items to a bib record 2 - View the holdings tab on the details page 3 - NOte default of 20 shown 4 - Apply patch, update database 5 - Reload the page (clear cache), no change 6 - Set new system preference HoldingsTableDefaultLength to 32 7 - Reload page, note 32 items loaded, dropdown of results per page includes 32 8 - Set pref to 50 9 - Reload page, 50 items displayed, dropdown set to 50 10 - Set pref to -1 11 - Reload page, all items displayed 12 - Set pref to 100 13 - Reload page, 100 items displayed, no page dropdown (This is a bug but seems to be present before this patch as well)
Hah, we have this feature in column settings - a bit more granularity could be nice, but closing this
*** This bug has been marked as a duplicate of bug 35191 ***