check "canModify" also in simulation mode

This commit is contained in:
Max Stephan 2017-03-15 17:17:22 +01:00 committed by Thomas Gelf
parent be5d8116ce
commit ec813683ab

View file

@ -83,7 +83,7 @@ class RenderedProcessActionBar extends ActionBar
}
if ($renderer->wantsRootNodes() && (
$hasChanges || (! $renderer->isLocked()) && $meta->canModify()
($hasChanges || (! $renderer->isLocked())) && $meta->canModify()
)) {
$this->add(
Link::create(