From 7045c097c17ce1ae48c7a903ad1da1973f601635 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Sun, 19 May 2024 09:24:48 +0300 Subject: [PATCH] unset the 'check' control key --- app/templates/element/form/infoDiv/check.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/element/form/infoDiv/check.php b/app/templates/element/form/infoDiv/check.php index 237eeac66..8ad4b70ca 100644 --- a/app/templates/element/form/infoDiv/check.php +++ b/app/templates/element/form/infoDiv/check.php @@ -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']); + ?>