Shared Pages URL Break After They Have Been Moved / Renamed #7216
Unanswered
taljacob2
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
If I share a page, I get the URL of the page, with its path.
For example, the shared URL link for the page "testpage1" is http://10.0.0.100:7001/en/testpage1
but if I rename it to "testpage2" then the new shared link is http://10.0.0.100:7001/en/testpage2
and that means that the old shared link breaks, and is no longer available.
Suggestion
When creating a share link to a page,
instead of getting the path to the page,
generate a unique "id" for that page that is not dependent on the path of the page.
And this way, if the page gets renamed / moved then the shared link will still work!
For example http://10.0.0.100:7001/en/123123123
/testpage1Thank you!
Beta Was this translation helpful? Give feedback.
All reactions