supannRefId peut-être multivalué pour supannPerson (fixes #18424)

This commit is contained in:
Benjamin Dauvergne 2017-09-04 15:58:21 +02:00
parent 7a9071df19
commit e740a98d80
1 changed files with 2 additions and 1 deletions

View File

@ -318,9 +318,10 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
/* ----------- start -----------*/
'supannRefId' => array (
'label' => 'Référence externe',
'label' => 'Référence externe',
'ldap_type' => 'ascii',
'html_type' => 'text',
'multiple' => 1,
'rights' => array(
'self' => 'r',
'admin' => 'w'