Closed
Bug 1931772
Opened 15 days ago
Closed 7 days ago
Can't call method "in_group" on an undefined value at Bugzilla/App/Controller/BouncedEmails.pm line 27.
Categories
(bugzilla.mozilla.org :: Email Notifications, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
When a bounce occurs and user goes to the page where they can reactivate their own account, if the user is not logged in yet, it will cause the error
[Bugzilla.Error.Code] webpage error: Can't call method "in_group" on an undefined value at Bugzilla/App/Controller/BouncedEmails.pm line 27.
We need to:
- Figure out why the login screen is not being displayed properly and
- Check that $user is defined before trying to call in_group()
Comment 1•9 days ago
|
||
Assignee | ||
Comment 2•7 days ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 7 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•