mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user