Closed
Bug 578254
Opened 15 years ago
Closed 15 years ago
Autocomplete user names in the UI for My Requests (request.cgi)
Categories
(Bugzilla :: User Interface, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: ehsan.akhgari, Assigned: reed)
References
Details
Attachments
(1 file)
3.41 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #578253 +++
The "Requester" and "Requestee" boxes in /requests.cgi could probably use some autocomplete love, now that the rest of the user fields in Bugzilla have autocomplete support.
Comment 1•15 years ago
|
||
This is the one area that won't be done for 4.0; we'll have to wait for 4.2 to autocomplete usernames here.
I thought we already had a bug for this, but I guess not.
Severity: normal → enhancement
OS: Mac OS X → All
Priority: -- → P1
Hardware: x86 → All
Summary: Autocomplete user names in the UI for my requests → Autocomplete user names in the UI for flag requestees
Target Milestone: --- → Bugzilla 4.2
Comment 2•15 years ago
|
||
Oh, wait, I misunderstood your request. You want My Requests to support this.
I'm not sure if we want to use userlist there, but perhaps we do. In any case, this would be 4.0.
Summary: Autocomplete user names in the UI for flag requestees → Autocomplete user names in the UI for My Requests (request.cgi)
Target Milestone: Bugzilla 4.2 → Bugzilla 4.0
Reporter | ||
Comment 3•15 years ago
|
||
Hmm, why would we not want to use userlists there, when we're already using them for the rest of the fields?
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Hmm, why would we not want to use userlists there, when we're already using
> them for the rest of the fields?
It has to do with a parameter called usemenuforusers, which turns all userlists into drop-downs, for certain installations. But I talked to LpSolit and he thinks it's OK to use userlist, as long as we also include "-" for "no requestee" in the drop-down.
Assignee | ||
Comment 5•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Version: unspecified → 3.6.1
Updated•15 years ago
|
Attachment #456989 -
Flags: review?(mkanat) → review+
Updated•15 years ago
|
Flags: approval4.0+
Flags: approval+
Assignee | ||
Comment 6•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/global/userselect.html.tmpl
modified template/en/default/request/queue.html.tmpl
Committed revision 7340.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/4.0/
modified template/en/default/global/userselect.html.tmpl
modified template/en/default/request/queue.html.tmpl
Committed revision 7316.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•