Opened 18 years ago
Closed 18 years ago
#4628 closed defect (invalid)
Ticket resolving fails, trac 10.3, BillingAndEstimation, BurnDown
Reported by: | 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)
Seems an issue with TimingAndEstimationPlugin, so I'd better close it here, sorry :/