Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9561 closed defect (cantfix)

u'complete'

Reported by: aki-wada Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a POST operation on /query, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'4d413433134f804745cf7682',
 'batchmod': u'\u30c1\u30b1\u30c3\u30c8\u306e\u4e00\u62ec\u66f4\u65b0',
 'bmod_flag_comment': u'on',
 'bmod_flag_milestone': u'on',
 'bmod_value_checkbox_billable': u'1',
 'bmod_value_comment': u'',
 'bmod_value_milestone': u'11.88',
 'col': [u'id',
         u'summary',
         u'owner',
         u'type',
         u'priority',
         u'component',
         u'version'],
 'group': u'resolution',
 'milestone': u'11.90',
 'selectedTickets': u'292,298,325,299,324',
 'status': u'closed'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 GTB7.1 (.NET CLR 3.5.30729)

System Information

Trac 0.11.7.ja1
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools 0.7a1
Genshi 0.5
CustomFieldAdmin 0.2.2.1
SQLite 3.6.13
pysqlite 2.3.2
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "f:\traclight\python\lib\site-packages\TraM-0.3-py2.5.egg\tram\main.py", line 274, in dispatch_request
    dispatcher.dispatch(req)
  File "f:\traclight\python\lib\site-packages\Trac-0.11.7.ja1-py2.5.egg\trac\web\main.py", line 176, in dispatch
    chosen_handler)
  File "f:\traclight\python\lib\site-packages\Trac-0.11.7.ja1-py2.5.egg\trac\web\main.py", line 296, in _pre_process_request
    chosen_handler = filter_.pre_process_request(req, chosen_handler)
  File "build\bdist.win32\egg\batchmod\web_ui.py", line 36, in pre_process_request
    self._batch_modify(req)
  File "build\bdist.win32\egg\batchmod\web_ui.py", line 69, in _batch_modify
    t.save_changes(req.authname, comment)
  File "f:\traclight\python\lib\site-packages\Trac-0.11.7.ja1-py2.5.egg\trac\ticket\model.py", line 300, in save_changes
    listener.ticket_changed(self, comment, author, old_values)
  File "f:\traclight\python\lib\site-packages\TracGanttCalendarPlugin-0.3-py2.5.egg\ganttcalendar\complete_by_close.py", line 28, in ticket_changed
    self.log.debug("complete: %s" % ticket.values[complete_field])
KeyError: u'complete'

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

Resolution: cantfix
Status: newclosed

PluginIssue (th:GanttCalendarPlugin) and / or local patch issue (Trac-0.11.7.ja1).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.