This issue has been created
There are 2 comments.
 
 
Book Versions / cid:jira-generated-image-avatar-04519f9b-99bf-43eb-b84b-584152087a1d BVERSION-194 Open

Add a way to move a page with all its versions

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-fe079f4f-ae23-440f-83cc-20764083e36b Mathieu Pace created this issue on 25/Mar/25 15:57
 
Summary: Add a way to move a page with all its versions
Issue Type: cid:jira-generated-image-avatar-04519f9b-99bf-43eb-b84b-584152087a1d Improvement
Affects Versions: 1.7
Assignee: Unassigned
Components: Base feature
Created: 25/Mar/25 15:57
Priority: cid:jira-generated-image-static-major-3bd8f8bf-148c-410e-9a67-9526790fb7cb Major
Reporter: Mathieu Pace
Description:

The only way to move a page is to use the action in the standard "More actions" menu.

When doing this while on a versioned content page, there are two issues:

  1. it only concerns the versioned content page itself. The user is not aware of it and might think that it will move the page with all its versions
  2. it's impossible to move the page itself (including all its versions) because the move isn't a URL action but a request parameter (`xpage=rename`), which doesn't block the redirection to versioned content pages

I suggest:

  1. to propose a modal to give the choice of moving either the versioned content or the page and all the versions
  2. to disable the redirection when detecting the xpage parameter (it's also interesting for the copy action)
 
 

2 comments

 
cid:jira-generated-image-avatar-fe079f4f-ae23-440f-83cc-20764083e36b Mathieu Pace on 25/Mar/25 16:00
 

This could relate to the modal done for edit

 
cid:jira-generated-image-avatar-fe079f4f-ae23-440f-83cc-20764083e36b Mathieu Pace on 25/Mar/25 16:01
 
This could relate to the modal done for edit (BVERSION-112)