This issue has been created
There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-05ed438e-c335-496f-a672-c919ff7f3a36 XWIKI-24031 Open

Unexpected path when using partial reference in parent field of Create

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-2d3a4690-b08c-4a85-9d03-ae8a5167d3e9 Simon Urli created this issue on 19/Feb/26 16:36
 
Summary: Unexpected path when using partial reference in parent field of Create
Issue Type: cid:jira-generated-image-avatar-05ed438e-c335-496f-a672-c919ff7f3a36 Bug
Affects Versions: 17.10.3
Assignee: Unassigned
Components: Web - Templates & Resources
Created: 19/Feb/26 16:36
Priority: cid:jira-generated-image-static-major-f14c95ff-fbda-492b-8204-d3ae171fe6ba Major
Reporter: Simon Urli
Description:

Reproduction steps:

  • Ensure you use an advanced user
  • Click on create page button from Main.WebHome
  • Click on the pencil in "Location" to open advanced fields
  • In "Parent" field put ".X..Y."
  • In "Name" field put "Test"
  • Click create

Expected result:

  • the create button should be disabled and a message should appear saying that the Parent reference is wrong

Obtained result:

  • Clicking on create leads to a page with URL: "edit/Main/X/Main/Y/Main/Test/WebHome" and saving it creates a page with corresponding reference "Main.X.Main.Y.Main.Test.WebHome"

Note that "Main" here appears because we started from "Main.WebHome" it would be different if starting from a different space.

 
 

1 comment

 
cid:jira-generated-image-avatar-2d3a4690-b08c-4a85-9d03-ae8a5167d3e9 Simon Urli on 19/Feb/26 16:37
 

Same fix might be used to both this issue and XWIKI-23780