Fix that the FormDescriptions decorator does not ignore Notes and Buttons

This commit is contained in:
Johannes Meyer 2015-03-02 18:20:29 +01:00
parent e9bae08a6e
commit cbd061aa41
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ class FormDescriptions extends Zend_Form_Decorator_Abstract
'Zend_Form_Element_Hidden',
'Zend_Form_Element_Submit',
'Zend_Form_Element_Button',
'Icinga\Web\Form\Element\Note',
'Icinga\Web\Form\Element\Button',
'Icinga\Web\Form\Element\CsrfCounterMeasure'
);
foreach ($form->getElements() as $element) {