Merge pull request #153 from Icinga/feature/unlock-required-150

Lock processes more user-friendly
This commit is contained in:
Eric Lippmann 2018-06-26 10:09:30 +02:00 committed by GitHub
commit ab643314fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}