There is 1 update.
 
 
Book Versions / cid:jira-generated-image-avatar-a99f53f5-6d94-4d3f-b3a8-607399341f21 BVERSION-241 Open

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

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-84162bb7-74a8-410e-bd92-164fa49ef12a Changes by Mathieu Pace on 14/Aug/25 10:46
 
Description: Currently, VersionRenameEventListener only checks the changes of the title of a version. This is the action mostly done ( by users compared to changing the page name, 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|https://extensions.xwiki.org/xwiki/bin/view/Extension/Refactoring%20Module#HRename2FMove] instead of the current update event.