Bug #90222
closedVisual output of slug proposal broken if no slash is prepended
100%
Description
In backend forms, if one generates a slug manually by pressing the "recreate" button next to a slug field, the visual output (label indicating the successful/failed slug proposal) is broken if no slash is defined to be prepended.
To test this, one can easily add a (or use an existing) slug field to a table other than "pages" (as slash prepending is here enabled by default) without defining the prependsSlash
configuration in TCA (or setting it explicitly to false
). Now, if one recreates the slug in backend form, the visual output should look like this:
For the visual output, we should ensure the proposal is always prepended by a slash in order to make the visual output more clear. It should then look like this (note the slash between "en" and "subpage-1"):
The value itself should not be touched anytime, it's just about visual beauty :)
Files
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63051
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63051
Updated by Gerrit Code Review almost 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63116
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63116
Updated by Anonymous almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1e2f573333362efa5be7ff35cd65f15fbd6b6c65.