mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
BpConfigForm: directly use url object
This commit is contained in:
parent
f9b9d9645a
commit
349b996233
1 changed files with 1 additions and 2 deletions
|
|
@ -127,8 +127,7 @@ class BpConfigForm extends Form
|
|||
$this->storage->storeProcess($config);
|
||||
$config->clearAppliedChanges();
|
||||
$this->setRedirectUrl(
|
||||
Url::fromPath(
|
||||
$this->getRedirectUrl(),
|
||||
$this->getRedirectUrl()->setParams(
|
||||
array('config' => $name, 'unlocked' => true)
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue