icingaweb2-module-businessp.../application/forms
Bastian Lederer 71f0ea3878 Mark uploaded_file element as required
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.
2026-01-08 08:24:01 +01:00
..
AddNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
BpConfigForm.php Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00
BpUploadForm.php Mark uploaded_file element as required 2026-01-08 08:24:01 +01:00
CleanupNodeForm.php Correct notification messages and add missing translations (#444) 2024-04-22 10:51:06 +02:00
DeleteNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
EditNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
MoveNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
ProcessForm.php Correct notification messages and add missing translations (#444) 2024-04-22 10:51:06 +02:00
SimulationForm.php Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00