Actions
Bug #77202
closedSQL in workspaces module
Start date:
2016-07-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
After the migration to Doctrine, trying to view a change's detailed information does not work anymore. The underlying issue is that the ExtDirect request returns with a SQL error.
How to reproduce:- move to some workspace and make at least one change
- in the Workspaces module, try to view the information about the change
- => nothing happens. If you check the response using the browser's developer tools, you'll see the SQL error.
Fix is trivial, just wrong arguments passed at some point.
Actions