Actions
Bug #82955
closedDoctrine: foreign_table_where cannot handle ORDER BY FIELD/ORDER BY FIND_IN_SET
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-11-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The parser used in AbstractItemProvider for FormEngine does not allow values like:
foreign_table='tx_mytable', foreign_table_where='ORDER BY FIELD(belongstogroup, "system", "loudspeaker", "dsp", "controls", "inputs", "outputs", "network", "conditions", "connectors", "datalinear", "power", "dimensions"), title;'
Actions