ImportSourceForm: allow to delete import sources

This commit is contained in:
Thomas Gelf 2015-11-03 09:46:23 +01:00
parent 209d81fcd4
commit b0bd83f23c

View File

@ -28,6 +28,7 @@ class ImportSourceForm extends DirectorObjectForm
)); ));
$this->addSettings(); $this->addSettings();
$this->setButtons();
} }
protected function addSettings($class = null) protected function addSettings($class = null)