Closed
Bug 283876
Opened 20 years ago
Closed 18 years ago
Bugzilla::UserList object for creating lists of users
Categories
(Bugzilla :: User Accounts, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mkanat, Unassigned)
References
(Blocks 1 open bug)
Details
Sometimes we need to create lists of users, and right now we have to do direct SQL and write our own functions to do that. It would be nice to have a UserList object that was more performant that creating a loop of User objects.
Exists now: User::get_userlist()
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•18 years ago
|
||
No, that's not what I meant. That returns a hash. I want a list of User objects.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Reporter | ||
Comment 3•18 years ago
|
||
However, we now have new_from_list, so all we have to do is actually start using Bugzilla::User->new_from_list instead.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•