| Summary | Permissions |
| Queue | Horde Groupware Webmail Edition |
| Queue Version | 4.0.5 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | matthewstephenson1 (at) hotmail (dot) com |
| Created | 1/4/12 (5210 days ago) |
| Due | |
| Updated | 1/5/12 (5209 days ago) |
| Assigned | |
| Resolved | 1/5/12 (5209 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
[jan] Sort user and group names in permission screen (
Request #10896).6 files changed, 28 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/54805bee537d73dddaaf65807a3d96533057e0c2
horde/templates/shares/edit.inc
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Permissions
Type ⇒ Bug
State ⇒ Unconfirmed
users/groups is not sorted alphabetically, but more randomly.
I suggest ksort($userperms); on line 174 prior to: foreach ($userperms
as $user => $uperm) {
and then ksort($groupperms); on line 274 prior to: foreach
($groupperms as $group => $gperm):