mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-22 20:22:53 -05:00
Merge pull request #153 from Icinga/feature/unlock-required-150
Lock processes more user-friendly
This commit is contained in:
commit
ab643314fe
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class BpConfigForm extends BpConfigBaseForm
|
|||
|
||||
$this->storage->storeProcess($config);
|
||||
$config->clearAppliedChanges();
|
||||
$this->setSuccessUrl('businessprocess/process/show', array('config' => $name));
|
||||
$this->setSuccessUrl('businessprocess/process/show', array('config' => $name, 'unlocked' => '1'));
|
||||
parent::onSuccess();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue