Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
456b8805
Commit
456b8805
authored
Jan 16, 2017
by
Côme Chilliet
Browse files
Fixes
#5303
Fixed link error on login column in user selection list
parent
c96a2a73
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/select/userSelect/class_userSelect.inc
View file @
456b8805
...
...
@@ -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'
,
),
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment