|
| Summary: |
Naming strategy not applied when renaming the Name of a page |
| Description: |
It reproduces with both the standard "Preformatted names" (I [created a ticket|https://jira.xwiki.org/browse/XWIKI-24628] on the platform side for it), and with the "Randomly generated unique names" strategy.
Prerequisite to test with the "Randomly generated unique names" strategy: install https://extensions.xwiki.org/xwiki/bin/view/Extension/Random%20Page%20Naming%20Strategy/
Steps to reproduce: 1. Selected the "Randomly generated unique names" without special characters as a Name strategy, Transform names automatically Enabled, Validate names before saving Enabled. 2. I created a page with the name "NewPage" and the URL name was ea49f178-8a5a-11f1-be76-f0b61e7d152c. It respected the chosen name strategy. 3. I renamed the page by expanding the New location and replacing the Name field into TestRenameRandomStrategy
Expected result: a random, unique alphanumerical URL Actual result: the name strategy was not kept, TestRenameRandomStrategy is shown
|
|