Actions
Bug #71883
closedStory #69617: FormEngine bugs
IRRE does not show correct label if foreign_label is set and the child table has a label_userfunc
Status:
Closed
Priority:
Must have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-11-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Description
We have tables Talk and Person, which have a relation table Speaker.
Speaker is shown in Talk via IRRE and is configured to show the name of the Person.
Speaker has a label_userfunc on its own.
The expected behaviour is to see the Person's name in the IRRE form, but currently the label_userfunc is used, which shows different output.
Actions