Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve page size so this can be set and persist #119

Open
2 tasks
brendanheywood opened this issue Apr 3, 2024 · 1 comment
Open
2 tasks

Improve page size so this can be set and persist #119

brendanheywood opened this issue Apr 3, 2024 · 1 comment

Comments

@brendanheywood
Copy link

At the moment when viewing the report at /mod/checklist/report.php you get a page size of 30. This can be overridden using a query param but this is lost when you click on anything. Some idea:

  • if it is set as a query param and you click or save forms then pass the value around to persist it temporarily
  • have an admin option to override what the page size it, either at the site level or at the module instance level
@davosmith
Copy link
Owner

Adding an admin setting to control this would be fairly easy to do (but still requires an hour or so of work to add, including the required Behat test(s) to check it is working consistently across all supported Moodle versions).

Persisting the value is also fairly easy to do (although, at that point, I'd probably also want a form to set it on the page, rather than just knowing what URL param to set).

Either way, I might get around to looking at it some day; I'm more likely to review + merge a patch, if someone else writes the code ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants