TheWiseG
custom page params
Hi,
I'm upgrading an app from v2 to v3.
I have a custom page that load and manage a model that does not have a Resource.
In v2 the page structure was like this
the generated route was /project-status/{projectStatusPivot}
Now in v3
does not work and the generated route is admin/project-status?projectStatusPivot=2.
How can I configure the page in order to make it work with the route admin/project-status/2 ?
Thanks in advance
5 replies