diff --git a/library/Businessprocess/Web/Component/RenderedProcessActionBar.php b/library/Businessprocess/Web/Component/RenderedProcessActionBar.php index 5f3cdf3..e7f1d2b 100644 --- a/library/Businessprocess/Web/Component/RenderedProcessActionBar.php +++ b/library/Businessprocess/Web/Component/RenderedProcessActionBar.php @@ -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(