Project

General

Profile

Actions

Bug #78726

closed

Nested IRRE fields do not resolve recordTitle

Added by Klaus Bitto over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-11-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi!

I have a record table 'subcategories' with 'inline' field (MM) 'questions'.

The record table 'questions' has an 'inline' field (uid - n:1 mapping) 'question_content' for a single text tt_content element.

The 'questions' ctrl=>label is 'question_content'.

In List view, each questions get the record title for the question record loaded from the question_content field: The UID stored in question_content resolves to a tt_content record, and the label_alt=bodytext configuration makes sure that in pure list view, the tt_content element's bodytext is used for the question record label.

But: When the question is shown as IRRE field, this does not work. Then, the recordTitle is empty ('[no title]').

Expected: Also when in IRRE, the question's question_content element's bodytext should be used for the question's record label, as it is when listing question records in list view.

--> When a record uses an own inline field for its label, then no label will be shown if the record ITSELF is shown as inline child.

Actions

Also available in: Atom PDF