Opened 18 years ago
Closed 18 years ago
#5343 closed defect (worksforme)
Error generating reports
Reported by: | 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 , 18 years ago
Milestone: | 0.11 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
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