Modify ↓
Opened 17 years ago
Closed 17 years ago
#8325 closed defect (wontfix)
KeyError: 'hours'
| Reported by: | bernardo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a POST operation on /agilo-backlog, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'1_ts': u'2009-05-26 22:05:41+00:00',
'3_ts': u'2009-05-26 22:11:34+00:00',
'__FORM_TOKEN': u'616ddd4479d03a9e87f8aa16',
'col_1_businessvalue': u'',
'col_3_rd_points': u'20',
'col_3_story_priority': u'',
'name': u'Product Backlog',
'pos_1': u'',
'pos_3': u'',
'save': u'Save Order & Changes',
'ts': u'2009-05-26 22:11:34+00:00'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
System Information
| Trac | 0.11.4
|
| Python | 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c9
|
| MySQL | server: "5.1.33-community", client: "5.0.27", thread-safe: 1
|
| MySQLdb | 1.2.2
|
| Genshi | 0.5.1
|
| Agilo | 0.7.3.3-r1417-20090313
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "c:\python25\lib\site-packages\agilo-0.7.3.3_r1417_20090313-py2.5.egg\agilo\scrum\web_ui\backlog.py", line 252, in process_request
self._perform_action(req, backlog, 'save', columns, data)
File "c:\python25\lib\site-packages\agilo-0.7.3.3_r1417_20090313-py2.5.egg\agilo\scrum\web_ui\backlog.py", line 275, in _perform_action
do_action(req, backlog)
File "c:\python25\lib\site-packages\agilo-0.7.3.3_r1417_20090313-py2.5.egg\agilo\scrum\web_ui\backlog.py", line 386, in _do_save
if bi.modified and not AgiloTicketModule(self.env)._validate_ticket(req, bi.ticket):
File "c:\python25\lib\site-packages\agilo-0.7.3.3_r1417_20090313-py2.5.egg\agilo\ticket\web_ui.py", line 101, in _validate_ticket
trac_says_valid = super(AgiloTicketModule, self)._validate_ticket(req, ticket)
File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\ticket\web_ui.py", line 970, in _validate_ticket
for field, message in manipulator.validate_ticket(req, ticket):
File "build\bdist.win32\egg\timingandestimationplugin\ticket_daemon.py", line 161, in validate_ticket
convertfloat(ticket.values['hours'])
KeyError: 'hours'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (TH:TimingAndEstimationPlugin).