Closed
Bug 857562
Opened 12 years ago
Closed 12 years ago
ajax_user_autocompletion param ignored on Search by People fields
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: webmaster, Assigned: LpSolit)
Details
Attachments
(1 file)
1.13 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31
Steps to reproduce:
Set the ajax_user_autocompletion param to "Off"
Actual results:
Auto-complete is effectively off for cc fields, but still "on" for Search by People fields
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: query-and-buglist → LpSolit
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #733849 -
Flags: review?(dkl)
Comment 2•12 years ago
|
||
Comment on attachment 733849 [details] [diff] [review]
patch, v1
Review of attachment 733849 [details] [diff] [review]:
-----------------------------------------------------------------
Any reason to not just use global/userselect.html.tmpl for the people fields? Otherwise r=dkl
Attachment #733849 -
Flags: review?(dkl) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to David Lawrence [:dkl] from comment #2)
> Any reason to not just use global/userselect.html.tmpl for the people
> fields? Otherwise r=dkl
You don't want a drop-down list if usemenuforusers is turned on, because you can do more than just selecting a user.
Flags: approval4.4+
Flags: approval4.2+
Flags: approval+
Target Milestone: --- → Bugzilla 4.2
Assignee | ||
Comment 4•12 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/search/form.html.tmpl
Committed revision 8603.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.4/
modified template/en/default/search/form.html.tmpl
Committed revision 8540.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified template/en/default/search/form.html.tmpl
Committed revision 8201.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•