diff --git a/public_html/includes/class/class.LSformElement_supannRoleEntite.php b/public_html/includes/class/class.LSformElement_supannRoleEntite.php index 5813efe6..9087326f 100644 --- a/public_html/includes/class/class.LSformElement_supannRoleEntite.php +++ b/public_html/includes/class/class.LSformElement_supannRoleEntite.php @@ -51,7 +51,7 @@ class LSformElement_supannRoleEntite extends LSformElement { foreach($this -> values as $val) { $keyValue=supannParseCompositeValue($val); if ($keyValue) { - $parseValue=array(); + $parseValue=array('value' => $val); foreach($keyValue as $key => $value) { $parseValue[$key]=array( 'value' => $value diff --git a/public_html/templates/default/LSformElement_supannRoleEntite.tpl b/public_html/templates/default/LSformElement_supannRoleEntite.tpl index 06390a01..0536a02b 100644 --- a/public_html/templates/default/LSformElement_supannRoleEntite.tpl +++ b/public_html/templates/default/LSformElement_supannRoleEntite.tpl @@ -10,6 +10,7 @@