Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5343 closed defect (worksforme)

Error generating reports

Reported by: karim@… Owned by: Matthew Good
Priority: normal Milestone:
Component: report system Version: devel
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I'm using trac in devel version (0.111dev-r5458) throught svn. when I choose view Tickets I have this error :

UndefinedError: {'perms': {'CREATE': True, 'MODIFY': True, 'DELETE': True}, 'description': 'This is a list of available reports.', 'args': {'USER': u'karim'}, 'id': -1, 'title': 'Available Reports'} has no member named "can"

here my Python Traceback Most recent call last: File "usr/lib/python2.5/site-packages/Trac-0.11dev_r5458-py2.5.egg/trac/templates/report_view.html", line 156, in <Expression u'report.id == -1 and report.can.create'>

Any one has idea is welcome.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 17 years ago

Milestone: 0.11
Resolution: worksforme
Status: newclosed

See by yourself, your template is not current: source:trunk/trac/ticket/templates/report_view.html@5358#L156

It is an installation issue. Be sure to update the whole checkout (or do an export) before building the .egg

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthew Good.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Matthew Good to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.