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 #1

Updated by Oliver Hader over 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed in SVN Trunk rev. 3132

Actions #2

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #3

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
  • Target version deleted (4.5 Beta 2)
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF