Bug #94371
closedSlug suggest (ajax call) does not include value of select field
100%
Description
My slug field is
'slug' => [ 'exclude' => true, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:pages.slug', 'config' => [ 'type' => 'slug', 'size' => 50, 'generatorOptions' => [ 'fields' => [ 'title', 'first_name', 'last_name' ], 'fieldSeparator' => '-' ], 'fallbackCharacter' => '-', 'eval' => 'unique', 'default' => '' ] ],
The fields first_name and last_name are normal input fields. The field title is a select field.
When i use the slug refresh button, then the slug includes the first_name and last_name only. (Wrong)
When i empty the slug field and save the record, then the slug includes all 3 field values (Ok)
Updated by Oliver Hader about 2 years ago
- Sprint Focus set to On Location Sprint
Updated by Oliver Hader about 2 years ago
- Related to Bug #97914: Slug fields should be initialized or re-evaluated after record creation added
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76485
Updated by Oliver Bartsch about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8c1eae497425c13661f5fe9270ba6669c7be021e.
Updated by Gerrit Code Review about 2 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.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/+/76489
Updated by Oliver Bartsch about 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset 784b4bf28e0952b63753eebd8d4fa7c045612cab.
Updated by Henrik Ziegenhain about 1 year ago
This issue is only fixed for singleSelects, but not for "multipleSideBySide" fields, or?
(TYPO3 v12)