6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12102] Selected user list of share advanced is unsorted
*
Your Email Address
*
Spam protection
Enter the letters below:
. \ /. ..__ .__ | >< | |[__)[__) |___/ \|__|[__)|
Comment
> It appears that the select user list of shore advanced is unsorted. The > template that is in charge of this is > kronolith/templates/chunks/permissions.inc > I find out that at the lines 68 and 192 the function listUsers is called > with the value ³true² that means we want a sorted list but the issue is that > the value ³true² is not transmit to the variable $sort of listUsers. This > function is defined in pear/php/Horde/Auth/Ldap.php. > > In the waiting of an answer to this issue I modified permissions.inc as > follow : > -- <?php foreach ($auth->listUsers(true) as $user): ?> > ++ <?php $userslist = $auth->listUsers(); sort($userslist); foreach > ($userslist as $user): ?> > > Many thanks. > > Best regards > > Gérard Breiner
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers