corrige le caractère requis des champs de cfdtRole, cfdtFederation et cfdtRegion

This commit is contained in:
Benjamin Dauvergne 2016-09-05 11:47:02 +02:00
parent 7a42bec472
commit 81acab51bf
3 changed files with 6 additions and 3 deletions

View File

@ -61,6 +61,7 @@ $GLOBALS['LSobjects']['cfdtFederation'] = array (
'label' => 'Description/Commentaire',
'ldap_type' => 'ascii',
'html_type' => 'textarea',
'required' => 1,
'multiple' => 1,
'rights' => array(
'self' => 'r',
@ -88,7 +89,7 @@ $GLOBALS['LSobjects']['cfdtFederation'] = array (
'value_attribute' => 'dn', // Spécifie le attributs dont la valeur sera retournée par
)
),
'required' => 0,
'required' => 1,
'multiple' => 1,
'validation' => array (
array (

View File

@ -61,6 +61,7 @@ $GLOBALS['LSobjects']['cfdtRegion'] = array (
'label' => 'Description/Commentaire',
'ldap_type' => 'ascii',
'html_type' => 'textarea',
'required' => 1,
'multiple' => 1,
'rights' => array(
'self' => 'r',
@ -88,7 +89,7 @@ $GLOBALS['LSobjects']['cfdtRegion'] = array (
'value_attribute' => 'dn', // Spécifie le attributs dont la valeur sera retournée par
)
),
'required' => 0,
'required' => 1,
'multiple' => 1,
'validation' => array (
array (

View File

@ -80,6 +80,7 @@ $GLOBALS['LSobjects']['cfdtRole'] = array (
'label' => 'Description/Commentaire',
'ldap_type' => 'ascii',
'html_type' => 'textarea',
'required' => 1,
'multiple' => 1,
'rights' => array(
'self' => 'r',
@ -107,7 +108,7 @@ $GLOBALS['LSobjects']['cfdtRole'] = array (
'value_attribute' => 'dn', // Spécifie le attributs dont la valeur sera retournée par
)
),
'required' => 0,
'required' => 1,
'multiple' => 1,
'validation' => array (
array (