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.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted 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/49156
Updated by Gerrit Code Review over 8 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/49156
Updated by Francois Suter over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5ebd65b906afe809a5921a4d80dae91127d178a5.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions