Actions
Bug #78960
closedMarkers in foreign_table_where not resolved if foreign_selector is used
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-12-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I attached an example extension as well as a small T3D export to test/understand the issue.
Given:
- two tables user, group with title field
- user table contains a field "groups" which is configured as inline field having defined foreign_selector and foreign_unique
- relation table tx_relations_domain_model_usergrouprelation having group field as type "select" and foreign_table_where containing ###CURENT_PID###
Expected result:
- being able to add a relation to each group on the same page
Actual result:
- empty select box as ###CURRENT_PID### is not resolved correctly
Files
Actions