knp-components icon indicating copy to clipboard operation
knp-components copied to clipboard

Various component pack, includes paginator

Results 23 knp-components issues
Sort by recently updated
recently updated
newest added

This is a first attempt to fix #328 As you can see in the build, Doctrine 3 is installed (in dev), but test failures still need to be addressed. Any...

Attempted to call an undefined method named "setDefaultPaginatorOptions" of class "Container8W2dAbR\PaginatorInterface_82dac15". ![iScreen Shoter - Brave Browser - 230906164105](https://github.com/KnpLabs/knp-components/assets/229291/1c5f5572-3658-4afe-a575-4223e92678c0) ![iScreen Shoter - 20230906164159350](https://github.com/KnpLabs/knp-components/assets/229291/02755455-c6fd-4211-a9c3-25bd933ba4cc) **Configuration:** PHP: 8.1.22 [(Using Docker 8.1.22-apache)](https://hub.docker.com/layers/library/php/8.1.22-apache/images/sha256-46543e3eeac9feb5a18187df671ff55feb248b1f591990c11a4b1550a2f6ef55?context=explore) Symfony: 5.4.28...

Waiting for user's input

Affected version: 3.6.0 (possibly 4.1.0 as well) When using ORM pagination and calling something like `http://localhost/galery/page/2?direction[test]=1&sort=columnname`, the `direction` parameter becomes an array. This will result in an array to string...