Closed Bug 283876 Opened 20 years ago Closed 18 years ago

Bugzilla::UserList object for creating lists of users

Categories

(Bugzilla :: User Accounts, enhancement)

2.19.2
enhancement
Not set
normal

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
No, that's not what I meant. That returns a hash. I want a list of User objects.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
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 ago18 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.