mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-22 22:57:25 -04: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 |
||
|---|---|---|
| .. | ||
| AcknowledgeFormTest.php | ||
| BaseFormTest.php | ||
| CommentFormTest.php | ||
| ConfirmationFormTest.php | ||
| ConfirmationWithIdentifierFormTest.php | ||
| CustomNotificationFormTest.php | ||
| DelayNotificationFormTest.php | ||
| RescheduleNextCheckFormTest.php | ||
| ScheduleDowntimeFormTest.php | ||
| SubmitPassiveCheckResultTest.php | ||