Actions
Bug #65917
closeddisplayCond and ###REC_FIELD_ marker and certain relations not working correctly (e.g. sys_category)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-03-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
due to the fact that certain relations to not only include the uid of a record but also a title, e.g. if it is a tree (like sys_category relations)
displayCond and ###REC_FIELD_ marker not only include the uid but also the title, which is not correct if one wants to check for a certain relation.
Content e.g.
51|Demo
As this is required for e.g. the tree itself, the modification would have to be in displayCond and ###REC_FIELD_ marker handling.
Actions