diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-06-19 08:29:25 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-06-19 08:29:25 +0200 |
commit | 6adddb3095abc447c30fb3f8c46c26507895c660 (patch) | |
tree | 43a766e7af4c844d416195f17ab463fc71fc3e79 /settings/templates | |
parent | a5eb2f01a9722abfee0aba9fdfaaa723f77dd47f (diff) | |
parent | 497fe93b6c0a7de212e69ec8a343867cb4904dca (diff) | |
download | nextcloud-server-6adddb3095abc447c30fb3f8c46c26507895c660.tar.gz nextcloud-server-6adddb3095abc447c30fb3f8c46c26507895c660.zip |
Merge pull request #16889 from owncloud/group-sorting-fixes
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="#"> |