mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 08:29:26 -05:00
Explictly set the required attribute of the uploaded_file element of BpUploadForm to true. previously the resulting-html element was not required and submitting the form caused null being passed. This is necessary because this class does not extend the Web\Form, and the Zend_Form does not mark the elment as required. |
||
|---|---|---|
| .. | ||
| AddNodeForm.php | ||
| BpConfigForm.php | ||
| BpUploadForm.php | ||
| CleanupNodeForm.php | ||
| DeleteNodeForm.php | ||
| EditNodeForm.php | ||
| MoveNodeForm.php | ||
| ProcessForm.php | ||
| SimulationForm.php | ||