Closed
Bug 1888462
Opened 1 year ago
Closed 1 year ago
Since bug 1157227 landed Profile link is missing in the user drop down and also drop down is broken for cc list members
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
edituser_menu.js was changed to take a single argument where before it took multiple. The single argument is then used to get the vcard data. hideProfile is being interpreted as a string and is therefore if set to "0" it evaluates to true. We just need to do if (hide_profile == 0) to make it work as an integer properly.
The ccc list member drop down is not working as it still uses the old way of passing in parameters to show_usermenu()
I will create a pull request for these fixes.
Comment 1•1 year ago
|
||
Keywords: regression
Regressed by: 1157227
| Assignee | ||
Comment 2•1 year ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Keywords: regression
No longer regressed by: 1157227
Resolution: --- → FIXED
Keywords: regression
Regressed by: 1157227
You need to log in
before you can comment on or make changes to this bug.
Description
•