Modify ↓
Opened 21 years ago
Closed 21 years ago
#1554 closed defect (duplicate)
can't change the component of a ticket
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
using [1585] because I can't upgrade further in python 2.2. Tried to reassign one of my tickets to "part1 + part2: misc" component, but got "unsubscriptable object". Other "part1 + part2: foo" components work fine.
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/trac/web/cgi_frontend.py", line 103, in run
dispatch_request(os.getenv('PATH_INFO', ''), req, env)
File "/usr/lib/python2.2/site-packages/trac/web/main.py", line 302, in dispatch_request
module.render(req)
File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 539, in render
self.save_changes(req, id)
File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 430, in save_changes
req.args.get('comment'), when=now)
File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 144, in save_changes
self['owner'] = cursor.fetchone()[0]
TypeError: unsubscriptable object
Attachments (0)
Note:
See TracTickets
for help on using tickets.



dupe of #1555 (got submitted twice, once anon by accident)