There are 2 updates.
 
 
Book Versions / cid:jira-generated-image-avatar-faf05d64-5215-41fd-9445-fa4ca2306f73 BVERSION-240 Open

Naming convention of the wiki are not respected

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-412a8aaf-4f10-449f-ae46-e25e187d3361 Changes by Mathieu Pace on 14/Aug/25 10:52
 
Issue Type: Bug Improvement
Description: h1 Currently, when creating a new document in a book, be it a page, a version, etc the slug name validation is used (transformUsingSlugValidation) . Reproduction
# have a wiki with
This is not respecting the
default naming convention parameters ( wiki configuration which is " replace character replacement " and removing which replaces "/" and "\" ) by default.
# create a book
# create  

This can lead to having inconsistencies in naming. For instance,
a book page named version created as " my V1 . page 0 "

h1. Result

The
will have it's page is named " my V1 - page 0 " .
h1. Expected result

The page is named
because of the slug validation, but it can be renamed to " my V1 . page 1 " because the renaming applies the wiki configuration .