#1935 closed defect (fixed)
try to change a component of a open ticket
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | ticket system | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
try to change a component of a open ticket …. Version: 0.8-1ubuntu1 Oops… Trac detected an internal error:
unsubscriptable object
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/core.py", line 525, in cgi_start
real_cgi_start()
File "/usr/lib/python2.4/site-packages/trac/core.py", line 520, in real_cgi_start
dispatch_request(path_info, args, req, env)
File "/usr/lib/python2.4/site-packages/trac/core.py", line 435, in dispatch_request
module.run()
File "/usr/lib/python2.4/site-packages/trac/Module.py", line 44, in run
self.render()
File "/usr/lib/python2.4/site-packages/trac/Ticket.py", line 444, in render
self.save_changes (id)
File "/usr/lib/python2.4/site-packages/trac/Ticket.py", line 372, in save_changes
when=now)
File "/usr/lib/python2.4/site-packages/trac/Ticket.py", line 139, in save_changes
old_owner = cursor.fetchone()[0]
TypeError: unsubscriptable object
Trac Powered
Powered by Trac 0.8 By Edgewall Software.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 19 years ago
Component: | general → ticket system |
---|
See also #1045. This should be fixed in trunk.