Ticket #200 (new defect)
Exception when using action=show_new and being AnonymousUser
| Reported by: | Mokona | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1 |
| Component: | Search | Version: | devel |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
When using action=show_new and being AnonymousUser?, I have this exception :
TypeError?: int() argument must be a string or a number, not 'AnonymousUser?'
Attachments
Change History
Changed 10 months ago by Mokona
- Attachment anonymous_fix.diff added
comment:1 in reply to: ↑ description Changed 10 months ago by Mokona
Attaching a potential fix, which is just adding a test on the user being authenticated.
Note: See
TracTickets for help on using
tickets.

Potential fix for the problem