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 ...@@ -32,7 +32,7 @@ class userSelect extends simpleSelectManagement
'label' => _('Login'), 'label' => _('Login'),
'sortAttribute' => 'uid', 'sortAttribute' => 'uid',
'sortType' => 'string', 'sortType' => 'string',
'value' => '%{filter:link(row,dn,"%s",uid)}', 'value' => '%{filter:selectLink(pid,row,dn,uid)}',
'export' => 'true', 'export' => 'true',
), ),
); );
......
  • bmortier @bmortier

    mentioned in issue #1694

    By Côme Chilliet on 2017-09-02T15:35:09 (imported from GitLab)

    ·

    mentioned in issue #1694

    By Côme Chilliet on 2017-09-02T15:35:09 (imported from GitLab)

    Toggle commit list
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