Skip to content

CFM-398_Render_Job_Fields_Throws_an_Error #201

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/templates/element/form/infoDiv/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@

declare(strict_types = 1);

// We need to uncheck the control key before passing the form parameters to the helper
unset($vv_field_arguments['check']);

?>

<div class="field-info">
Expand Down