Ticket #1932 (assigned defect)
renaming page with numeric ending has strange consequences
| Reported by: | smagnusson | Owned by: | ajshort |
|---|---|---|---|
| Priority: | medium | Milestone: | 2.4.0 |
| Component: | CMS - General | Version: | |
| Severity: | medium effort / impact | Keywords: | |
| Cc: | Hours: |
Description
Current Name -> Attempting to rename to -> Actual result
"About Us" -> "About Us ABC" -> "AboutUsABC" (GOOD)
"About Us" -> "About Us 2007" -> "AboutUs?200" (BAD)
"About Us" -> "About Us 2" -> "AboutUs?2" (BAD)
"About Us" -> "About Us 200000000000007" -> "AboutUs?200000000000007" (OK)
In other words, if you rename a page to have a small number at the end, the last digit is stripped off the resulting base URL.
Raised by a guy on our blog; http://www.silverstripe.com/silverstripe-2-2-released-redesigned-interface-and-double-the-features/#PageComments_holder
Change History
Note: See
TracTickets for help on using
tickets.
