Fix that the FormDescriptions decorator does not ignore Notes and Buttons
This commit is contained in:
parent
e9bae08a6e
commit
cbd061aa41
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue