Project

General

Profile

Actions

Bug #102847

open

Broken "itemsProcFunc" in 12.4.10

Added by Daniel Dorndorf 4 months ago. Updated 3 months ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2024-01-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

The latest update broke the "itemsProcFunc" on a select field with a site identifier.

Before the selected identifier could be fetched from the parameters array "$parameters['row']['site']", now it's gone and a NullSite is in $parameters['site'].
I don't know if this is a bug or breaking change.

Related GitHub Issue

Actions #1

Updated by Georg Ringer 4 months ago

  • Status changed from New to Accepted
  • Is Regression set to Yes
Actions #2

Updated by David Bruchmann 3 months ago ยท Edited

Just from my current project:

## There is a bug, that it doesn't work on level
##    TCEFORM.[tableName].[fieldName].types.[typeName].itemsProcFunc
## therefore this level is used:
##    TCEFORM.[tableName].[fieldName].itemsProcFunc

Actually it's quite easy to apply it with

TCEFORM.tt_content.layout.itemsProcFunc < TCEFORM.tt_content.layout.types
TCEFORM.tt_content.layout.types >

Actions

Also available in: Atom PDF