Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
[x] I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Self
Method: docker compose
Budibase Version: 2.31.6
App Version: 2.31.6
Describe the bug
When a param is added to a navigation link activate state of the navigation item no longer works. I'm assuming a check is being done to get the exact match rather than ignoring the params when viewing the page.
To Reproduce
Steps to reproduce the behavior:
Create a new app
Create 2 different links one without a param on the end and one with ?mode=readonly
Publish and navigate between the two screens
See that the one that has the param on the end doesn't have an active state when on its own page.
Expected behavior
Active state should work even if there are params on the end of the navigation link.
Checklist
Hosting
Describe the bug When a param is added to a navigation link activate state of the navigation item no longer works. I'm assuming a check is being done to get the exact match rather than ignoring the params when viewing the page.
To Reproduce Steps to reproduce the behavior:
?mode=readonly
Expected behavior Active state should work even if there are params on the end of the navigation link.
Screenshots
Additional context Related discussion