Feature #41301

Allow action-method-dependent errorAction

Added by Adrian Föder almost 3 years ago. Updated almost 2 years ago.

Status:Rejected Start date:2012-09-24
Priority:Could have Due date:
Assigned To:- % Done:

0%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch:No

Description

currently, there's only one errorAction for all errors, no matter what action actually has been invoked.

This will follow the naming convention, means, if there is a deleteAction, for example, there could be a deleteActionErrorAction which will be called rather than the "fallback" errorAction; if its present.

History

#1 Updated by Gerrit Code Review almost 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14972

#2 Updated by Karsten Dambekalns over 2 years ago

  • Target version deleted (2.0 beta 1)

#3 Updated by Adrian Föder over 2 years ago

  • Assigned To deleted (Adrian Föder)

#4 Updated by Adrian Föder almost 2 years ago

  • Status changed from Under Review to Rejected

this could also be done with setting the ->errorMethodName in the appropriate initialize*Action wherever needed.

Also available in: Atom PDF