FriendsOfCake / crud-json-api

Build advanced JSON API Servers with almost no code.
https://crud-json-api.readthedocs.io/
MIT License
56 stars 32 forks source link

Incorrect pagination links while doing custom action #92

Closed ernestngugi closed 4 years ago

ernestngugi commented 6 years ago

While fetching results from a custom action, the pagination links generated match up to the index action (http://.../api/RstTblitems?page=1) instead of the custom action (http://.../api/RstTblitems/filter?sortBy=wine&page=1 or something close to that)

Cakephp v3.6 Crud Json Api v0.4.0 image

dakota commented 4 years ago

Closing as stale. Please reopen if this is still an issue.