The current version of the Experiments website is unable to retrieve the e-mail thread field when performing the following sequence of steps:
- Create a new user.
- Login.
- Submit Survey.
Alternatively, the error can be reproduced with an existing account:
- Login.
The error is reported from the following line:
|
current_thread = user_content.email_thread |
The current version of the Experiments website is unable to retrieve the e-mail thread field when performing the following sequence of steps:
Alternatively, the error can be reproduced with an existing account:
The error is reported from the following line:
perceive/Websites/Experiments/loginapp/views.py
Line 105 in 0a9a2dd