icingaweb2/application/forms
Johannes Meyer 1cbdd2b51c Fix that hidden elements are getting ovewritten when validating a form
This works by "disabling" hidden elements which causes the browser not
to submit them. Due to a bug in Zend we need to manually ensure that
Form::isValid does not overwrite the value of disabled elements with null.

fixes #7717
2014-11-18 15:06:46 +01:00
..
Authentication Merge remote-tracking branch 'origin/master' into feature/redesign-7144 2014-11-14 21:32:57 +01:00
Config Fix that hidden elements are getting ovewritten when validating a form 2014-11-18 15:06:46 +01:00
Dashboard Rename namespace Icinga\Form to Icinga\Forms 2014-11-14 10:57:14 +01:00
ConfigForm.php Rename namespace Icinga\Form to Icinga\Forms 2014-11-14 10:57:14 +01:00
ConfirmRemovalForm.php Rename namespace Icinga\Form to Icinga\Forms 2014-11-14 10:57:14 +01:00
LdapDiscoveryForm.php Merge branch 'master' into bugfix/drop-zend-config-7147 2014-11-18 13:21:18 +01:00
PreferenceForm.php Fix the `date_default_timezone_get()' error 2014-11-14 17:08:34 +01:00