N°7063 - Forms SDK - Add Symfony forms component

This commit is contained in:
Benjamin Dalsass
2024-01-16 15:32:54 +01:00
parent 77a81c6d6a
commit 098461d4da
4 changed files with 5 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ class FormHelper
if(self::$MODES_DEFINITIONS[$iMode]['group']){
$aDescription[':row_1'][':column_2'][':fieldset_2'][] = 'Person_2';
$aDescription[':row_2'][':column_1'][':fieldset_2'] = [
'@rank' => 1, 'Person_1', 'Person_3'];
'@rank' => 1, 'Person_1', 'Person_3', 'notify'];
}
else{
$aDescription[':row_2'][':column_1'][':fieldset_2'] = [ '@rank' => 1, 'Person_1_name'];