This issue has been created
There is 1 update.
 
 
Publication Workflow Application / cid:jira-generated-image-avatar-a2239037-8b04-4cf8-ac60-9384e839a863 XAWORKFLOW-126 Open

Page Move strategy fails if draft and published spaces are on a different level

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-73a85ee0-47d7-47fa-a3e1-9c7cd4f78001 Clemens Robbenhaar created this issue on 24/Oct/25 21:42
 
Summary: Page Move strategy fails if draft and published spaces are on a different level
Issue Type: cid:jira-generated-image-avatar-a2239037-8b04-4cf8-ac60-9384e839a863 Bug
Affects Versions: 2.4.7
Assignee: Unassigned
Created: 24/Oct/25 21:42
Priority: cid:jira-generated-image-static-major-917dd012-f3c0-492b-8364-c3be2b5ed57d Major
Reporter: Clemens Robbenhaar
Description:

E.g. consider the following setup:

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

and the following steps:

  • Create a new Page "TestBeforeRename" in the drafts space
  • Attach it to the workflow, select public location in the Topics.Published space and push it through the workflow
  • Then rename the draft from "TestBeforeRename" to "TestAfterRename" 

Expected result:

  • draft page is renamed at location Drafts.TestAfterRename.WebHome
  • published page is renamed to Topics.Published.TestAfterRename.WebHome

Actual result

  • draft page is indeed renamed at location Drafts.TestAfterRename.WebHome
  • however on rename a warning appears in the log:
    Unable to compute new location for the document [testwiki » Topics » Published » TestBeforeMove » WebHome]
  • published page stays at Topics.Published.TestBeforeRename.WebHome; only the title is changed to "TestAfterRename"
 
 

1 update

 
cid:jira-generated-image-avatar-73a85ee0-47d7-47fa-a3e1-9c7cd4f78001 Changes by Clemens Robbenhaar on 24/Oct/25 21:42
 
Assignee: Clemens Robbenhaar