Sylius / SyliusResourceBundle

Simpler CRUD for Symfony applications
https://sylius.com
MIT License
219 stars 155 forks source link

Fix grid limits on request grid provider #918

Closed loic425 closed 2 months ago

loic425 commented 2 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

Missing this part from https://github.com/Sylius/SyliusResourceBundle/blob/1.12/src/Bundle/Controller/ResourcesCollectionProvider.php#L76

We do not have "limit" or "paginate" attribute on operation for now, only paginated resources is used with grids for now.

GSadee commented 2 months ago

Thank you, Loïc! :1st_place_medal: