This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d83b9da1-668b-412b-ad79-f414845c8747 XWIKI-22784 Open

Links to a page itself are not updated when moving or renaming the page

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-2a2ccb80-134c-48b8-8f78-2f0f3b319424 Sebastian Klipper created this issue on 14/Jan/25 16:58
 
Summary: Links to a page itself are not updated when moving or renaming the page
Issue Type: cid:jira-generated-image-avatar-d83b9da1-668b-412b-ad79-f414845c8747 Bug
Affects Versions: 16.4.6
Assignee: Unassigned
Components: Refactoring
Created: 14/Jan/25 16:58
Priority: cid:jira-generated-image-static-major-e57438f3-f5ed-4473-bccd-9dd636a30818 Major
Reporter: Sebastian Klipper
Description:

Steps to reproduce:

  1. Create a page MySpace.MyPage.WebHome
  2. Create a link [[Link>>doc:MySpace.MyPage.WebHome]] as content of __ MyPage.
  3. Move/rename the Page to MySpace.MyPageRenamed.WebHome with Update Links activated.

Expected result:

The Link is updated to: [[Link>>doc:MySpace.{_}{_}MyPageRenamed{_}{_}.WebHome]]

Actual Result:

The link remains unchanged: [[Link>>doc:MySpace.MyPage.WebHome]]

 
 

1 update

 
cid:jira-generated-image-avatar-2a2ccb80-134c-48b8-8f78-2f0f3b319424 Changes by Sebastian Klipper on 14/Jan/25 17:06
 
Description: *Steps to reproduce:*
#
1.
Create a page _MySpace.MyPage.WebHome_
#
2.
Create a link _
{code:java}
[[Link>>doc:MySpace.MyPage.WebHome]] _ {code}
as content of  __ _MyPage MyPage . _
#
3.
Move/rename the Page to _MySpace.MyPageRenamed.WebHome_ with _Update Links_ activated {_} . {_}

*Expected result:*

The Link is updated to:

{ _ code:java }
[[Link>>doc:MySpace. {_}{_} MyPageRenamed {_}{_} .WebHome]]{ _ code }

*Actual Result:*

The link remains unchanged:
_
{code:java}
[[Link>>doc:MySpace.MyPage.WebHome]] _ {code}