Closed
Bug 1433222
Opened 7 years ago
Closed 6 years ago
Don't strip ':foo' from usernames in the requests dropdown
Categories
(bugzilla.mozilla.org :: Extensions, enhancement, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1480042
People
(Reporter: Gijs, Unassigned)
References
Details
I have a review request from Paolo. Like me, Paolo includes his ircnick-related ":foo" bit in his name, ie Paolo's bugzilla name is ":Paolo Amadini", mine is ":Gijs" .
In the request dropdown, this shows up for me as "Amadini asked for your review".
This is confusing. We shouldn't be stripping these bits of our names.
Comment 1•7 years ago
|
||
That is a common use case
Assignee: nobody → dylan
Severity: normal → enhancement
Priority: -- → P1
Comment 2•7 years ago
|
||
https://github.com/mozilla-bteam/bmo/blob/master/extensions/Review/web/js/badge.js#L88
Removing `|\:[\w\-]+` should solve the issue.
Comment 3•7 years ago
|
||
Honestly I really don't like BMO's local practice that allows people to include IRC nick, status message etc. in the real name field. It makes difficult to design UI elements like this.
Comment 4•6 years ago
|
||
This will be fixed in Bug 1480042.
Assignee: dylan → nobody
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Component: Extensions: Review → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•