Modify

Opened 16 years ago

Closed 16 years ago

#3353 closed defect (wontfix)

tracforge_linkmap

Reported by: niranjan.alapati@… Owned by: Noah Kantrowitz
Priority: high Component: TracForgePlugin
Severity: critical Keywords:
Cc: Trac Release: 0.10

Description

I just experienced an error when I tried to make a change to a ticket. To reproduce the error, I altered a portion of the ticket data and clicked the "Submit changes" button. The error that comes up refers to tracforge_linkmap

Python Traceback Traceback (most recent call last):

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

dispatcher.dispatch(req)

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

resp = chosen_handler.process_request(req)

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

self._do_save(req, db, ticket)

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

cnum=internal_cnum):

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

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

File "/usr/lib/python2.4/site-packages/TracForge-1.1-py2.4.egg/tracforge/subscriptions/ticket.py", line 125, in ticket_changed

if tickettracforge_linkmap?:

File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line 104, in getitem

return self.values[name]

KeyError: 'tracforge_linkmap'

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Noah Kantrowitz

Resolution: wontfix
Status: newclosed

This system is deprecated and unsupported.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.