This issue has been created
 
 
Book Versions / cid:jira-generated-image-avatar-e0c976df-00eb-4370-96af-f9cafd008e3d BVERSION-241 Open

Changing version pages's name doesn't change the content pages' name

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-2e7ce5c5-2165-404d-af57-d82648cc5495 Mathieu Pace created this issue on 14/Aug/25 10:25
 
Summary: Changing version pages's name doesn't change the content pages' name
Issue Type: cid:jira-generated-image-avatar-e0c976df-00eb-4370-96af-f9cafd008e3d Bug
Affects Versions: 1.25.1
Assignee: Unassigned
Components: Version
Created: 14/Aug/25 10:25
Priority: cid:jira-generated-image-static-major-9d0d6ccc-df34-4f6e-a511-f382c303ebd9 Major
Reporter: Mathieu Pace
Description:

Currently, VersionRenameEventListener only checks the changes of the title of a version. This is the action mostly done (even the rename menu proposes first to change the title, changing the name is hidden).

This listener should also check if the name of the version's page is changing, because if it is changed, then the redirects to the content won't work

 

Side note, it might be better to use a rename/renaming event instead of the current update event.