BpUploadForm: stop on duplicate name

fixes #95
This commit is contained in:
Thomas Gelf 2017-01-27 14:55:01 +01:00
parent 774fc9b0d2
commit b0e38df177

View file

@ -210,6 +210,8 @@ class BpUploadForm extends QuickForm
$this->translate('A process named "%s" already exists'),
$name
));
return false;
}
$this->storage->storeProcess($config);