mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +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_Hidden',
|
||||||
'Zend_Form_Element_Submit',
|
'Zend_Form_Element_Submit',
|
||||||
'Zend_Form_Element_Button',
|
'Zend_Form_Element_Button',
|
||||||
|
'Icinga\Web\Form\Element\Note',
|
||||||
|
'Icinga\Web\Form\Element\Button',
|
||||||
'Icinga\Web\Form\Element\CsrfCounterMeasure'
|
'Icinga\Web\Form\Element\CsrfCounterMeasure'
|
||||||
);
|
);
|
||||||
foreach ($form->getElements() as $element) {
|
foreach ($form->getElements() as $element) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user