diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-06-11 17:57:00 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-06-16 11:10:00 +0200 |
commit | 171f86ca2e71918809930e823062d93c03833921 (patch) | |
tree | f605b2fa0d94a78c44d9781c595331f1e8a34b52 /settings/templates | |
parent | fee62ac61c1cecb37e283fc6f9faf0251389226f (diff) | |
download | nextcloud-server-171f86ca2e71918809930e823062d93c03833921.tar.gz nextcloud-server-171f86ca2e71918809930e823062d93c03833921.zip |
Only sort by group name when LDAP is involved
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.grouplist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 5b516bc0e16..51638c7bcce 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -1,4 +1,4 @@ -<ul id="usergrouplist"> +<ul id="usergrouplist" data-sort-groups="<?php p($_['sortGroups']); ?>"> <!-- Add new group --> <li id="newgroup-init"> <a href="#"> |