Actions
Bug #26624
closedQuery for workspace stages in Tx_Workspaces_Service_Stages->getStagesForWS() quotes values in a way that's incompatible with DBAL and Oracle
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-05-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The call $GLOBALS['TYPO3_DB']->exec_SELECTgetRows() that fetches the workspace stages wraps double quotes around a value in the WHERE clause. DBAL fails to convert this to valid Oracle SQL, so, for instance, the custom stages don't appear in the "Choose action" select menu at the bottom of the Workspaces module.
By changing these to single quotes, the query works as expected.
I have a patch and will submit to Gerrit presently.
Updated by Lucas Thurston over 13 years ago
Holy cow! This has already been fixed! Disregard, and thank you!
Updated by Oliver Hader over 13 years ago
- Status changed from New to Resolved
- TYPO3 Version set to 4.5
Thanks for your feedback. Thus I'm setting this issue to be resolved.
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Actions