icingaweb2/application/forms/Config
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 Fix that hidden elements are getting ovewritten when validating a form 2014-11-18 15:06:46 +01:00
General Change modulePath setting to module_path 2014-11-17 10:10:08 +01:00
Resource Adjust usages of Icinga\Application\Config 2014-11-18 13:11:52 +01:00
AuthenticationBackendConfigForm.php Adjust usages of Icinga\Application\Config 2014-11-18 13:11:52 +01:00
AuthenticationBackendReorderForm.php Remove $request parameter from Form::onSuccess and Form::onRequest 2014-11-14 14:59:29 +01:00
GeneralConfigForm.php Adjust usages of Icinga\Application\Config 2014-11-18 13:11:52 +01:00
ResourceConfigForm.php Adjust usages of Icinga\Application\Config 2014-11-18 13:11:52 +01:00