SyncRuleForm: allow to delete sync rules

This commit is contained in:
Thomas Gelf 2015-11-06 09:12:54 +01:00
parent 7b04d82671
commit bac6a519a3
1 changed files with 2 additions and 0 deletions

View File

@ -58,5 +58,7 @@ class SyncRuleForm extends DirectorObjectForm
'label' => $this->translate('Filter Expression'), 'label' => $this->translate('Filter Expression'),
'description' => $this->translate('This allows to filter for specific parts'), 'description' => $this->translate('This allows to filter for specific parts'),
)); ));
$this->setButtons();
} }
} }