Wappler Version : wappler 3.9.1
Operating System : windows 10
Server Model: php (SPA)
Database Type: Mariadb
Hosting Type: Remote
Expected behavior
Route parameters should be able to be retrieved by query manager.
Actual behavior
Route parameters cannot be retrieved with query manager.
How to reproduce
- Make a simple page in a spa model with php.
- Create a router and have a parameter for it. (like viewing a user’s detail page)
- Check from chrome console that the parameter is correct. You should see the parameter value under params.
- Add query manager to the page and create the same parameter.
- To see the result on the page, bind it from query manager.
In the following examples, I can get the parameter value using params. but I can’t get it with query manager.
Working Example :
{{params.uid}}
Not Working Example :
{{queryManager.data.uid}}
or {{query.uid}}
Community Page
Last updated:
Last updated: