icingaweb2/modules/monitoring/test/php/application/forms/Command
Jannis Moßhammer ff62a82895 Fix dynamic form validation behaviour, fix documentaion, fix correct isValid() call
- 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
2013-08-06 15:08:54 +02:00
..
AcknowledgeFormTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00
BaseFormTest.php Fix code style and make form name non mandatory 2013-08-06 11:11:29 +02:00
CommentFormTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00
ConfirmationFormTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00
ConfirmationWithIdentifierFormTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00
CustomNotificationFormTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00
DelayNotificationFormTest.php Fix dynamic form validation behaviour, fix documentaion, fix correct isValid() call 2013-08-06 15:08:54 +02:00
RescheduleNextCheckFormTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00
ScheduleDowntimeFormTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00
SubmitPassiveCheckResultTest.php Rename ConfirmationForm and ConfirmationWithIdentifierForm 2013-08-06 11:14:56 +02:00