appsmith
appsmith copied to clipboard
[Feature]: Stable Page Linking via Unique Page IDs
Is there an existing issue for this?
- [x] I have searched the existing issues
Summary
Current issue: When an onClick action links to another page, the link breaks if that target page is later renamed.
Request:
- Give each page a unique, permanent ID, and let actions reference that ID instead of the page name.
- Allow page names to be changed without affecting routing or navigation behavior.
Why should this be worked on?
This prevents accidental breakage and supports large applications with evolving information architectures.