Actions
Task #11161
closedSimplify outputting errors from PHP to the grid component
Start date:
2010-11-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Simplify outputting errors from PHP to the grid component by providing an internal API to create results like
$result = array(
'error' => array(
'code' => 1287264746,
'message' => $GLOBALS['LANG']->sL('LLL:EXT:workspaces/Resources/Private/Language/locallang.xml:error.sendToPrevStage.noPreviousStage'),
),
'success' => FALSE,
);
Updated by Oliver Hader almost 14 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed in SVN Trunk rev. 3132
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5 Beta 2)
Actions