Closed
Bug 284380
Opened 20 years ago
Closed 20 years ago
Need a way to suppress disabled users when usemenuforusers is on
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: shankarunni, Assigned: myk)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1 When we're using a drop-down menu of users, it always includes everybody, including disabled users. When a site has a lot of disabled users, this becomes a real problem. I would prefer it if we unconditionally *never* showed any user on a drop-down list whose length(disabledtext) > 0. But perhaps I can see a need for a preference in this matter. Reproducible: Always Steps to Reproduce: 1. Turn on usemenuforusers 2. Create or visit a bug 3. Click on any of the user drop-downs (e.g. reassign to) Actual Results: The menu contains all the disabled users as well. Expected Results: The menu should only contain active users.
works for me. the sql for generating the list of users already includes WHERE disabledtext = ''
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•