Summary | Ajax: Enhanced permissions Admin: Users for per-user permissions are not alphabetically sorted |
Queue | Kronolith |
Queue Version | 3.0.3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | ralf.lang (at) ralf-lang (dot) de |
Created | 06/07/2011 (5182 days ago) |
Due | |
Updated | 07/05/2011 (5154 days ago) |
Assigned | |
Resolved | 06/09/2011 (5180 days ago) |
Milestone | |
Patch | No |
Revert "[#10205] Now sorts users in ajax perms view and reuses the
sort result"
This reverts commit e64f4407ca0953fb66ff839d6fdca4b38f6c68f6.
1 files changed, 2 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/059d57de36fcdfaa438245b8e41aa586ec46c2cb
State ⇒ Resolved
fixing it in the inc file
displaying and can save a few cycles if you don't sort.
the users not sorted by username but by the time they were added to
the ldap database. This could easily be solved by a simple sort.
not through the traditional interface.
This does not happen in ajax mode
I wonder if sorting should rather happen in the backend instead of
fixing it in the inc file
see the users not sorted by username but by the time they were added
to the ldap database. This could easily be solved by a simple sort.
not through the traditional interface.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Ajax: Enhanced permissions Admin: Users for per-user permissions are not alphabetically sorted
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ New
the users not sorted by username but by the time they were added to
the ldap database. This could easily be solved by a simple sort.