This issue has been created
There are 2 updates.
 
 
Publication Workflow Application / cid:jira-generated-image-avatar-cef74dcb-5a2d-4fc3-a72c-86fbd6be994f XAWORKFLOW-127 In Progress

Page Move strategy fails if page is moved down one level in the page tree

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-222490cf-f46d-4cda-89da-fd274f8eb4a1 Clemens Robbenhaar created this issue on 14/Nov/25 23:53
 
Summary: Page Move strategy fails if page is moved down one level in the page tree
Issue Type: cid:jira-generated-image-avatar-cef74dcb-5a2d-4fc3-a72c-86fbd6be994f Bug
Affects Versions: 2.4.8
Assignee: Unassigned
Created: 14/Nov/25 23:53
Priority: cid:jira-generated-image-static-major-b70237ce-80c1-40f5-a160-e149e699f079 Major
Reporter: Clemens Robbenhaar
Description:

Seem we have a wiederganger of  XAWORKFLOW-126, or rather a case not handle by the fix of that issue.

Setup:

  • workflow uses the move strategy "Regardless of the type of document being moved, move its equivalent document(s)"
  • Draft space is Sandbox.Drafts
  • Public space is Published

Steps to reproduce:

  • create a "base page" like Sandbox.Drafts.BasePage.WebHome and push it thought the workflow to Public.BasePage.WebHome
  • create a page "PageA" - to which the next page will be moved down to - at Sandbox.Drafts.BasePage.PageA.WebHome and push it thought the workflow to Public.BasePage.PageA.WebHome
  • create the test page to be moved at Sandbox.Drafts.BasePage.Page_to_move.WebHome and push it thought the workflow to Public.BasePage.Page_to_move.WebHome
  • the move that draft page below "PageA",  i.e. from Sandbox.Drafts.BasePage.Page_to_move.WebHome to Sandbox.Drafts.BasePage.PageA.Page_to_move.WebHome

Expected:

  • published page is also moved unter "PageA", i.e. at Public.BasePage.PageA.Page_to_move.WebHome

Actual:

  • published page is moved to Public.BasePage.Page_to_move.PageA.WebHome, i.e. path segments of "PageA" and "Page_to_move" are ion the wrong order
     

 

 

 
 

2 updates

 
cid:jira-generated-image-avatar-222490cf-f46d-4cda-89da-fd274f8eb4a1 Changes by Clemens Robbenhaar on 14/Nov/25 23:54
 
Assignee: Clemens Robbenhaar
Status: Open In Progress