Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
16.4.6
-
None
-
Unknown
-
Description
Steps to reproduce:
1. Create a page Sandbox.MyPage1.WebHome and a PageĀ Sandbox.MyPage2.WebHome
2. Create a html macro with a link
{{html wiki="true"}}[[Link>>doc:Sandbox.MyPage2.WebHome]]{{/html}}
as content of MyPage1.
3. Move/rename the Page to Sandbox.MyPage2.WebHome to Sandbox.MyPageRenamed.WebHome with Update Links activated.
Expected result:
The Link is updated to:
{{html wiki="true"}}[[Link>>doc:Sandbox.MyPageRenamed.WebHome]]{{/html}}
Actual Result:
The link remains unchanged:
{{html wiki="true"}}[[Link>>doc:Sandbox.MyPage2.WebHome]]{{/html}}