- Merge request !39Issue #3036506: Add pager to log controller, and display more than 10 entries β (Open) created by codebymikey
- last update
about 1 year ago 35 pass The
DatabaseLogger
logger already implements thePagerSelectExtender
class, so needs to be excluded.Ideally each logger should implement an interface which states whether they support pagination or not, but in order to keep the feature patch lightweight and avoid any conflicts, it's been implemented this way.
- Status changed to Needs review
about 1 year ago 3:42pm 22 February 2024 - last update
about 1 year ago 35 pass The
DatabaseLogger
logger already implements thePagerSelectExtender
class, so needs to be excluded.Ideally each logger should implement an interface which states whether they support pagination or not, but in order to keep the feature patch lightweight and avoid any conflicts, it's been implemented this way.
- Status changed to Needs work
2 months ago 1:21pm 7 March 2025 - π«π·France arousseau
The MR works great using the database logger.
I'm unsure about the 1000 item count when the logger does not support pagination though.
Is it ok to leave as is, or should it be lowered to something more reasonable ?