Roundup Tracker - Issues

Issue 1048398

classification
OTK Action does not set correct user
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : fresh
Priority: normal :

Created on 2004-10-16 17:56 by fresh, last changed 2004-10-16 17:56 by fresh.

Messages
msg1492 Author: [hidden] (fresh) Date: 2004-10-16 17:56
...which means when the user clicks on the link in the
mail, they're not actually logged in, and so get an
error if anonymous users aren't allowed to view items
in the user class.

Here's the patch for 0.7.8's roundup/cgi/actions.py:

670c670
<         self.user = self.client.user =
self.db.user.get(self.userid, 'username')
---
>         self.client.user =
self.db.user.get(self.userid, 'username')
History
Date User Action Args
2004-10-16 17:56:38freshcreate