Edgewall Software
Modify

Ticket #2248 (closed defect: duplicate)

Opened 6 years ago

Last modified 6 years ago

Unable to change Component of existing ticket

Reported by: deval@… Owned by: jonas
Priority: normal Milestone:
Component: ticket system Version: 0.8
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description

Trying to select another Component for an existing ticket, I get below error. You can reproduce this on http://code.campware.org/projects/livesupport/ticket/1485. Try to change Component from "bug" to "htmlUI"


Trac detected an internal error:

unsubscriptable object

Python traceback

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/ModPythonHandler.py", line 194, in handler

core.dispatch_request(mpr.path_info, args, mpr, 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

Attachments

Change History

comment:1 Changed 6 years ago by cmlenz

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #1045.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.