Project

General

Profile

Actions

Task #11161

closed

Simplify outputting errors from PHP to the grid component

Added by Oliver Hader over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
-
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

Also available in: Atom PDF