Roundup Tracker - Issues

Message1492

Author fresh
Recipients
Date 2004-10-16.17:56:38
Message-id
In-reply-to
...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
2009-02-03 14:20:58adminlinkissue1048398 messages
2009-02-03 14:20:58admincreate