Bug #4850

errorAction() of the MVC ActionController doesn't work correct

Added by Benjamin Albrecht old 2 almost 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-10-01
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 6
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Line 350 of the file ActionController.php doesn't work.

There is the old class "flashMessages" in use.

$this->flashMessages->add($errorFlashMessage);

I've changed this line into

$this->flashMessageContainer->add($errorFlashMessage);

and the errorAction works again.

Associated revisions

Revision 942886e3
Added by Karsten Dambekalns almost 6 years ago

[+BUGFIX] FLOW3 (MVC): Fixed leftover use of flashMessages variable in ActionController, fixes #4850.

History

#1 Updated by Karsten Dambekalns almost 6 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Target version set to 1.0 alpha 6

We missed that one, indeed.

#2 Updated by Karsten Dambekalns almost 6 years ago

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

Applied in changeset r3284.

Also available in: Atom PDF