icingaweb2/modules/monitoring
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
..
application Enable dynamic form elements 2013-08-06 15:06:20 +02:00
bin Autoloader: Rename module namespace 2013-07-15 12:16:14 +02:00
docs Add documentation for instances.ini 2013-08-06 09:27:37 +02:00
library/Monitoring Implement first commands, fix obsessing state 2013-08-06 09:27:37 +02:00
test/php Fix dynamic form validation behaviour, fix documentaion, fix correct isValid() call 2013-08-06 15:08:54 +02:00