Project

General

Profile

Actions

Bug #94371

closed

Slug suggest (ajax call) does not include value of select field

Added by Christoph Lehmann almost 3 years ago. Updated 6 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2021-06-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

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)


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #97914: Slug fields should be initialized or re-evaluated after record creationNew2022-07-12

Actions
Actions #1

Updated by Oliver Hader over 1 year ago

  • Sprint Focus set to On Location Sprint
Actions #2

Updated by Oliver Hader over 1 year ago

  • Related to Bug #97914: Slug fields should be initialized or re-evaluated after record creation added
Actions #3

Updated by Gerrit Code Review over 1 year 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

Actions #4

Updated by Oliver Bartsch over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Gerrit Code Review over 1 year 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

Actions #6

Updated by Oliver Bartsch over 1 year ago

  • Status changed from Under Review to Resolved
Actions #7

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #8

Updated by Henrik Ziegenhain 6 months ago

This issue is only fixed for singleSelects, but not for "multipleSideBySide" fields, or?
(TYPO3 v12)

Actions

Also available in: Atom PDF