Summary | Groups::listAllUsers not working properly |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | carlos (at) |
Created | 11/08/2005 (7162 days ago) |
Due | |
Updated | 11/12/2005 (7158 days ago) |
Assigned | |
Resolved | 11/12/2005 (7158 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
use the group id to get children. Thanks!
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Groups::listAllUsers not working properly
Queue ⇒ Horde Framework Packages
New Attachment: patch.txt
The root group is listed twice and the users are not obtained correctly
because it is calling 'listUsers' using the groupName and not the groupID.
Patch attached.