The Saved Reports page lists 20 reports by default. A drop-down enables this to be changed to 10, 50, 100 or 'all' but this selection does not persist. Where a library has a large number of reports with frequent access, the need to constantly reset this can be quite annoying. We propose to add a system preference 'numSavedReports'. The description would be something like: 'By default, show 20 reports on the Saved Reports page. Other allowed values are 10, 50, 100 and All' The number chosen will also apply when a category tab is selected.
Created attachment 61864 [details] [review] Bug 17465: NumSavedReports syspref To test: 1) Apply patch and update database 2) Go to system preferences. Default value should be 20 reports. 3) Go to Reports -> Use saved. Confirm 20 results are showing 4) Change value in syspref to any integer (i.e. 50) 5) Go back to Reports -> Use saved. Confirm the number of results shown is based on the value in the syspref. Sponsored-by: Catalyst IT
Created attachment 61926 [details] [review] Bug 17465: NumSavedReports syspref To test: 1) Apply patch and update database 2) Go to system preferences. Default value should be 20 reports. 3) Go to Reports -> Use saved. Confirm 20 results are showing 4) Change value in syspref to any integer (i.e. 50) 5) Go back to Reports -> Use saved. Confirm the number of results shown is based on the value in the syspref. Sponsored-by: Catalyst IT Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch>
Created attachment 62865 [details] [review] Bug 17465: NumSavedReports syspref To test: 1) Apply patch and update database 2) Go to system preferences. Default value should be 20 reports. 3) Go to Reports -> Use saved. Confirm 20 results are showing 4) Change value in syspref to any integer (i.e. 50) 5) Go back to Reports -> Use saved. Confirm the number of results shown is based on the value in the syspref. Sponsored-by: Catalyst IT Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Pushed to master for 17.05, thanks Aleisha!
This won't get ported back to 16.11.x as it is an enhancement.