LSexample: fix value_attribute ('dn' vs '%{dn}')

This commit is contained in:
Benjamin Renard 2020-11-24 19:50:44 +01:00
parent 8b996885d1
commit ef9470bf31
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ $GLOBALS['LSobjects']['LScompany'] = array (
'html_options' => array( 'html_options' => array(
'selectable_object' => array( 'selectable_object' => array(
'object_type' => 'LSpeople', 'object_type' => 'LSpeople',
'value_attribute' => '%{dn}' 'value_attribute' => 'dn'
) )
), ),
'validation' => array ( 'validation' => array (

View file

@ -570,7 +570,7 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
'html_options' => array ( 'html_options' => array (
'selectable_object' => array( 'selectable_object' => array(
'object_type' => 'LSpeople', 'object_type' => 'LSpeople',
'value_attribute' => '%{dn}' 'value_attribute' => 'dn'
), ),
), ),
'validation' => array ( 'validation' => array (