BpConfigForm: Switch to single column layout after adding/changing processes

This commit is contained in:
Johannes Meyer 2019-01-08 09:39:45 +01:00
parent 788f690154
commit b2ef90b99f

View file

@ -116,6 +116,11 @@ class BpConfigForm extends BpConfigBaseForm
}
}
protected function onSetup()
{
$this->getElement($this->getSubmitLabel())->setAttrib('data-base-target', '_main');
}
protected function onRequest()
{
$name = $this->getValue('name');