|
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 . |
|