Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4628 closed defect (invalid)

Ticket resolving fails, trac 10.3, BillingAndEstimation, BurnDown

Reported by: francisco.lozano@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version:
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

RedHat EL 4.0 Trac 10.3 Python 2.3 SQLite Apache+mod_python

When you try to close a ticket with a TRAC environment and these plugins enabled (BillingAndEstimation, BurnDown), you get this:

Python Traceback

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 279, in process_request

self._do_save(req, db, ticket)

File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 546, in _do_save

cnum=internal_cnum):

File "/usr/lib/python2.3/site-packages/trac/ticket/model.py", line 262, in save_changes

listener.ticket_changed(self, comment, author, old_values)

TypeError: ticket_changed() takes exactly 4 arguments (5 given)

Attachments (0)

Change History (1)

comment:1 by anonymous, 17 years ago

Resolution: invalid
Status: newclosed

Seems an issue with TimingAndEstimationPlugin, so I'd better close it here, sorry :/

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.