Ticket #200 (new defect)

Opened 10 months ago

Last modified 10 months ago

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

anonymous_fix.diff (1.4 KB) - added by Mokona 10 months ago.
Potential fix for the problem

Change History

Changed 10 months ago by Mokona

Potential fix for the problem

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.