Commit df4f925d authored by Côme Chilliet's avatar Côme Chilliet Committed by Benoit Mortier
Browse files

Fixes #5303 Fixed link error on login column in user selection list

Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@ class userSelect extends simpleSelectManagement
'label' => _('Login'),
'sortAttribute' => 'uid',
'sortType' => 'string',
'value' => '%{filter:link(row,dn,"%s",uid)}',
'value' => '%{filter:selectLink(pid,row,dn,uid)}',
'export' => 'true',
),
);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment