mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
ProcessController: fix lock negation
This commit is contained in:
parent
ac7fa5654f
commit
46b452c014
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class ProcessController extends Controller
|
|||
{
|
||||
|
||||
$tabs = $this->singleTab($bp->getTitle());
|
||||
if (! $renderer->isLocked()) {
|
||||
if ($renderer->isLocked()) {
|
||||
$tabs->extend(new DashboardAction());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue