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
3220697c
Commit
3220697c
authored
Mar 14, 2016
by
Côme Chilliet
Browse files
Fixes 4606 Login column is now also shown in object selection
parent
1230f318
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/select/objectSelect/class_objectSelect.inc
View file @
3220697c
...
...
@@ -18,7 +18,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
class
objectSelect
extends
simpleSelectManagement
/* We extend userSelect to have the login column */
class
objectSelect
extends
userSelect
{
protected
$objectTypes
=
array
(
'user'
,
'application'
,
'terminal'
,
'workstation'
,
...
...
include/select/userGroupSelect/class_userGroupSelect.inc
View file @
3220697c
...
...
@@ -18,7 +18,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
class
userGroupSelect
extends
simpleSelectManagemen
t
class
userGroupSelect
extends
userSelec
t
{
protected
$objectTypes
=
array
(
'user'
,
'group'
);
protected
$autoFilterAttributes
=
array
(
'dn'
,
'cn'
,
'uid'
,
'description'
);
...
...
Write
Preview
Supports
Markdown
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