BpUploadForm: Properly adjust the success url

This commit is contained in:
Johannes Meyer 2019-11-04 15:56:51 +01:00
parent f579cc123f
commit f13145f43b

View file

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