icingaweb2/application/forms/Config/Authentication
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
..
AutologinBackendForm.php Fix that hidden elements are getting ovewritten when validating a form 2014-11-18 15:06:46 +01:00
DbBackendForm.php Fix that hidden elements are getting ovewritten when validating a form 2014-11-18 15:06:46 +01:00
LdapBackendForm.php Fix that hidden elements are getting ovewritten when validating a form 2014-11-18 15:06:46 +01:00