Closed
Bug 575021
Opened 15 years ago
Closed 15 years ago
anyexact doesn't properly trim values in the list
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
|
349 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Pass something like this directly to anyexact in Search.pm, without going through buglist.cgi: "1, 2". It won't work because instead of "2" you get " 2" (with the leading space) in the SQL.
| Assignee | ||
Comment 1•15 years ago
|
||
Simple one-line patch.
| Assignee | ||
Updated•15 years ago
|
Flags: approval+
Target Milestone: --- → Bugzilla 4.2
| Assignee | ||
Comment 2•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Search.pm
Committed revision 7301.
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
•