Details
Description
If I do:
$dec = $this->getDecorators();
$this->setDecorators($dec);
$dec2 = $this->getDecorators();
var_dump($dec);
echo "--------";
var_dump($dec2);
I loose a decorator (see attachment)
If I do:
$dec = $this->getDecorators();
$this->setDecorators($dec);
$dec2 = $this->getDecorators();
var_dump($dec);
echo "--------";
var_dump($dec2);
I loose a decorator (see attachment)
created controller action testcase