-
Notifications
You must be signed in to change notification settings - Fork 100
Cannot Rename Page with Case-Only Change #319
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Bug Description
When a user attempts to rename an existing page by only changing the capitalization of the page name (e.g., from lowercase to uppercase), the system throws a validation error and the rename operation is not completed.
The error message displayed is: "New and old name are the same."
This indicates that the name validation or renaming logic is performing a case-insensitive comparison, incorrectly identifying the case-changed name as identical to the original name.
Steps to Reproduce
- Create a new page with a name in all lowercase (e.g.,
testpage). - Navigate to the page's rename/settings functionality.
- Attempt to change the page name by only altering the case (e.g., changing
testpagetoTestPageorTESTPAGE). - Try to save the changes.
Expected Behavior
The page name should be successfully updated to the new capitalization (e.g., TestPage). The system should treat names that differ only in case as distinct, allowing the rename to proceed.
Actual Behavior
The system rejects the change and displays the error message: "New and old name are the same."
Environment / Details
- Version: Version 2.14.3 (v2.14.2-0-gd6d5f3c)
- Browser: Chrome
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested