Modify ↓
Opened 16 years ago
Closed 16 years ago
#3786 closed defect (invalid)
Can't load old tickets after installing TimingAndEstimationPlugin
Reported by: | anonymous | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | high | Component: | TimingAndEstimationPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Hi there,
I was testing some kind of plugins for adding planning and estimation information to the tickets. When I installed your plugin, everything work well (at a first glance), I could create new tickets with effort estimation and timing.
But when I tried to take a look to some old tickets, created before the plugin was installed, I found a problem, following is the error and its stacktrace:
Error
Trac detected an internal error:
AttributeError: 'TicketSystem' object has no attribute 'get_ticket_completion_stages'
Stacktrace
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/ticket/web_ui.py", line 170, in process_request return self._process_ticket_request(req) File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/ticket/web_ui.py", line 517, in _process_ticket_request get_reporter_id(req, 'author'), field_changes) File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/ticket/web_ui.py", line 1210, in _insert_ticket_data label, widget, hint = controller.render_ticket_action_control( File "build/bdist.linux-i686/egg/agiletrac/workflow.py", line 391, in render_ticket_action_control
Regards
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This seem to be a bug in the agiletrac plugin, please open a ticket on their trac.
File "build/bdist.linux-i686/egg/agiletrac/workflow.py", line 391, in render_ticket_action_control
Thanks
Russ