Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#8227 closed defect (invalid)

AttributeError: 'TicketSystem' object has no attribute 'get_ticket_completion_stages'

Reported by: punbear@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /ticket/11, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'id': u'11'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19

System Information

Trac 0.11
Python 2.5.2 (r252:60911, Oct 5 2008, 19:49:54)
[GCC 4.3.2]
setuptools 0.6c9
SQLite 3.5.9
pysqlite 2.4.1
Genshi 0.6dev-r1052
mod_python 3.3.1
Pygments 0.10
Subversion 1.5.1 (r32289)
jQuery: 1.2.3

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 152, in process_request
    return self._process_ticket_request(req)
  File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 494, in _process_ticket_request
    get_reporter_id(req, 'author'), field_changes)
  File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 1184, in _insert_ticket_data
    req, ticket, action)
  File "build/bdist.linux-x86_64/egg/agiletrac/workflow.py", line 394, in render_ticket_action_control
    stages = TicketSystem(self.env).get_ticket_completion_stages(ticket)
AttributeError: 'TicketSystem' object has no attribute 'get_ticket_completion_stages'

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 16 years ago

Resolution: invalid
Status: newclosed

comment:2 by Christian Boos, 16 years ago

Ah no, sorry, see http://www.agile-trac.org

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.