You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0f23363 introduced an automatic Subject when attaching a patch, but the subject variable isn't defined in all code paths. So if you manually specify the thread ID in the popup window, you get
commitfest.js?v=3bcba516-f6c7-474f-9251-99f62bc34d68:75 Uncaught ReferenceError: subject is not defined
at HTMLAnchorElement.<anonymous> (commitfest.js?v=3bcba516-f6c7-474f-9251-99f62bc34d68:75:31)
at HTMLAnchorElement.dispatch (jquery.js:3:28337)
at v.handle (jquery.js:3:25042)
and a hanging dialog spinner.
The text was updated successfully, but these errors were encountered:
0f23363 introduced an automatic Subject when attaching a patch, but the
subject
variable isn't defined in all code paths. So if you manually specify the thread ID in the popup window, you getand a hanging dialog spinner.
The text was updated successfully, but these errors were encountered: