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;'
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63755
Updated by Susanne Moog over 4 years ago
- Related to Bug #88166: TCA entry 'foreign_table_where' => ' ORDER BY LOWER(tx_my_table.name) ASC' not working anymore added
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63755
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63858
Updated by Susanne Moog over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 011a441712f833a880f5b35f46d736cd5dcc1ce5.
Actions