Edgewall Software
Modify

Ticket #5343 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 years ago

Error generating reports

Reported by: karim@… Owned by: mgood
Priority: normal Milestone:
Component: report system Version: devel
Severity: major Keywords:
Cc:
Release Notes:
API 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

Change History

comment:1 Changed 5 years ago by cboos

  • Milestone 0.11 deleted
  • Resolution set to worksforme
  • Status changed from new to 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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from mgood. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.