Project

General

Profile

Actions

Bug #94388

closed

Slug postModifiers hook record data missing

Added by Sven Burkert over 3 years ago. Updated 5 months ago.

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

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
routing, realurl, hook, site configuration
Complexity:
medium
Is Regression:
Sprint Focus:
Needs Decision

Description

I want to use a hook for a slug field via "postModifiers" (see feature https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.5.x/Feature-88198-TCA-basedSlugModifiersForExtensions.html).
Documentation says:

The method then receives a parameter array with the following values:
'record' ... the full record to be used

But the array key "record" doesn't contain the full record, just some:

array(5) { ["myrecord"]=> string(0) "" ["mytitle"]=> string(4) "test" ["uid"]=> int(199) ["pid"]=> int(175) ["sys_language_uid"]=> int(0) } 

It just contains two custom fields, I think because I provide these fields in the TCA configuration:

'generatorOptions' => [
  'fields' => ['myrecord', 'mytitle'],

Second bug: Field "myrecord" contains no value, even though I chose a record. Configuration for this field:

'config' => array(
  'type' => 'group',
  'internal_type' => 'db',
  'allowed' => 'tx_myext_domain_model_mymodel',

Edit 15.08.2022: Checked with newest TYPO3 v10, bug still existing.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #91335: postModifiers inside generatorOptions of TCA-type slug don't get the full recordClosed2020-05-07

Actions
Actions #1

Updated by Sven Burkert over 2 years ago

  • Category deleted (Backend API)
  • Complexity set to medium
  • Sprint Focus set to Needs Decision
Actions #2

Updated by Sven Burkert over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Sven Burkert over 2 years ago

  • Description updated (diff)
Actions #4

Updated by Sven Burkert almost 2 years ago

  • Category set to Site Handling, Site Sets & Routing
Actions #5

Updated by Gerrit Code Review 6 months 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/+/84574

Actions #6

Updated by Gerrit Code Review 6 months ago

Patch set 2 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/+/84574

Actions #7

Updated by Gerrit Code Review 5 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84691

Actions #8

Updated by Gerrit Code Review 5 months ago

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/+/84692

Actions #9

Updated by Georg Ringer 5 months ago

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

Updated by Georg Ringer 5 months ago

  • Has duplicate Bug #91335: postModifiers inside generatorOptions of TCA-type slug don't get the full record added
Actions #11

Updated by Benni Mack 5 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF