mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-30 02:24:25 +02:00
- When a dynamic form is modified, no validation is performed, but the form is being populated with $this->populate. - changed parent::isValid to $this->isValid, otherwise no custom validation logic could be implemented - Updated documentation - Fix CSRF protection by removing the time refs #4439