LSgroup: allow only one godfather

For demo of object selection for a non-multiple value attribute.
This commit is contained in:
Benjamin Renard 2020-05-19 18:44:57 +02:00
parent 9aec383694
commit 6d21aa8b72

View file

@ -174,7 +174,7 @@ $GLOBALS['LSobjects']['LSgroup'] = array (
'msg' => "One or several of these users don't exist." 'msg' => "One or several of these users don't exist."
) )
), ),
'multiple' => 1, 'multiple' => 0,
'rights' => array( 'rights' => array(
'admin' => 'w' 'admin' => 'w'
), ),