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,
);
Actions