Open
Description
If I use sth. like this in presenter
$this->flashMessage('test');
$this->redirect('this');
the flash message will not show up as corresponding snippet (flashes) is not set to be redrawn after forwarding.
The workaround is to check for _fid in startup
method
if (!empty($this->params[self::FLASH_KEY])) {
$this->redrawControl('flashes');
}
but I lost more than hour to track this down..would be nice to mention this at least somewhere
Metadata
Metadata
Assignees
Labels
No labels