Closed
Bug 1182498
Opened 9 years ago
Closed 9 years ago
Assignee not displayed when the assignee's email address contains ".bugs"
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Gijs, Unassigned)
Details
Testcase:
https://bugzilla.mozilla.org/show_bug.cgi?id=1173728
shows "Unassigned", but is actually assigned to :ntim.
This seems serious, and I don't understand why it's confused about the assignee. glob?
Flags: needinfo?(glob)
we do
> unassigned = (bug.assigned_to.login == "nobody@mozilla.org")
> || (bug.assigned_to.login.search("\.bugs$"));
that end of string anchor is silently stripped by template-toolkit due to string interpolation, so we are actually matching anywhere.
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
6d535a5..e855140 master -> master
Severity: normal → major
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Summary: Assignee not displayed correctly on some bugs → Assignee not displayed when the assignee's email address contains ".bugs"
Updated•5 years ago
|
Assignee: glob → nobody
Component: User Interface: Modal → User Interface
You need to log in
before you can comment on or make changes to this bug.
Description
•