Modify ↓
#9117 closed defect (cantfix)
AttributeError: 'TicketSystem' object has no attribute 'get_ticket_completion_stages'
| Reported by: | suresh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /ticket/1, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'1'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 2.0.50727)
System Information
| Trac | 0.11.1
|
| Python | 2.4.3 (#1, May 24 2008, 13:47:28) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]
|
| setuptools | 0.6c9
|
| psycopg2 | 2.0.6 (dec dt ext pq3)
|
| Genshi | 0.5.1
|
| mod_python | 3.2.8
|
| jQuery: | 1.2.6
|
Python Traceback
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
AttributeError: 'TicketSystem' object has no attribute 'get_ticket_completion_stages'
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
| Cc: | added |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



PluginIssue (AgiloForScrum).