mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 18:19:33 -05:00
check "canModify" also in simulation mode
This commit is contained in:
parent
be5d8116ce
commit
ec813683ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue