Bug #91378
closedSlug isUniqueInTable is broken
100%
Description
Seems related to #91235.
Description¶
I edit a news item, each I click the save button the slug is updated and "-1" is appened to it.
When I manually press the refresh button, the slug is back to the normal behaviour without any useless "-1" deduplication suffix.
Full Description: https://github.com/georgringer/news/issues/1274
Problem¶
\TYPO3\CMS\Core\DataHandling\SlugHelper::isUniqueInTable()
does not properly exclude current record, meaning a slug is NEVER unique.
Probably to be fixed in v9 as well.
Updated by Gerrit Code Review over 4 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/+/64482
Updated by Philipp Kitzberger over 4 years ago
Can confirm this one for 9.5.17 with both news and pages records (when slug-behaviour set to 'unique').
Updated by Gerrit Code Review over 4 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/+/64482
Updated by Gerrit Code Review over 4 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/+/64371
Updated by Xavier Perseguers over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dab027bd42ebaf535286acfff88369948811b8be.
Updated by Helmut Hummel over 4 years ago
- Related to Bug #91235: News Detail Page 404 after upgrade 9.5.16 added
Updated by Oliver Hader over 4 years ago
- Related to Bug #91397: PersistedAliasMapper: 404 error when linking to a detail page and linked data item is outside webroot added
Updated by Oliver Hader almost 4 years ago
- Related to Bug #91519: News Detail Page 404 after upgrade 9.5.18 added