mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -05:00
parent
00e2f1886a
commit
aac6ebb679
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class BpConfigForm extends BpConfigBaseForm
|
||||||
|
|
||||||
$this->storage->storeProcess($config);
|
$this->storage->storeProcess($config);
|
||||||
$config->clearAppliedChanges();
|
$config->clearAppliedChanges();
|
||||||
$this->setSuccessUrl('businessprocess/process/show', array('config' => $name));
|
$this->setSuccessUrl('businessprocess/process/show', array('config' => $name, 'unlocked' => '1'));
|
||||||
parent::onSuccess();
|
parent::onSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue