Project

General

Profile

Actions

Bug #95814

open

The itemsProcFunc configuration array has wrong pid from the 2nd content element on a page

Added by Andreas Kalkhoff over 2 years ago. Updated about 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2021-10-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

I use an itemProcFunc to fill flexform items based on heritage-based data; filling an array of colors for editors to use which may differ based on the site they are editing.
This seems to be a regression considering issue #50551. Georg Ringer advised to use "$config['flexParentDatabaseRow']['pid']" as solution to that issue as the code base changed a lot since the creation of said issue.
$config['flexParentDatabaseRow']['pid'] however seems to have the same issue:
When I click "+ Content" after any element on a page "$config['flexParentDatabaseRow']['pid']" returns that prior element's uid as negative as pid. I do only get the proper pid on the topmost "+ Content" that's not affiliated to a content element.

E.g.:
On Page ID 345
(1) "+ Content"
(2) tt_content element uid 123 (any type, text or whatever)
(3) "+ Content"

=>

(1) $config['flexParentDatabaseRow']['pid'] returns "345"
(3) $config['flexParentDatabaseRow']['pid'] returns "-123"


Files

flexParentDatabaseRow.png (4.89 KB) flexParentDatabaseRow.png Andreas Kalkhoff, 2021-10-29 06:25

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #50551: The itemsProcFunc configuration array has wrong pid from the 2nd content element on a pageClosed2013-07-30

Actions
Actions

Also available in: Atom PDF