mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-03 12:39:42 +00:00
- Added `countByCriteria` method in `AuditTrailRepository` to retrieve the total count of records based on criteria. - Injected `PaginatorFactoryInterface` into `AuditTrailSearchController` and updated the controller to handle pagination logic. - Updated the `list.html.twig` template to render the pagination controls using `chill_pagination`.