Modify ↓
#6243 closed defect (invalid)
Adding a note without changing the status
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
On a 'Closed' ticket when adding a note without changing the status the following occurs:
Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib64/python2.4/site-packages/trac/ticket/web_ui.py", line 290, in process_request self._do_save(req, db, ticket) File "/usr/lib64/python2.4/site-packages/trac/ticket/web_ui.py", line 557, in _do_save cnum=internal_cnum): File "/usr/lib64/python2.4/site-packages/trac/ticket/model.py", line 262, in save_changes listener.ticket_changed(self, comment, author, old_values) File "build/bdist.linux-x86_64/egg/worklog/ticket_daemon.py", line 21, in ticket_changed KeyError: 'status'
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
This looks to be a problem with the WorkLogPlugin and not with Trac itself.