mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
BpUploadForm: Properly adjust the success url
This commit is contained in:
parent
f579cc123f
commit
f13145f43b
1 changed files with 2 additions and 0 deletions
|
|
@ -195,6 +195,8 @@ class BpUploadForm extends BpConfigBaseForm
|
|||
$this->storage->storeProcess($config);
|
||||
Notification::success(sprintf('Process %s has been stored', $name));
|
||||
|
||||
$this->getSuccessUrl()->setParam('config', $name);
|
||||
|
||||
parent::onSuccess();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue