Modify ↓
#8801 closed defect (invalid)
KeyError: u'defect-task'
Reported by: | HPatel | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | 0.11.5 |
Severity: | normal | Keywords: | |
Cc: | support@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /admin/agilo/links
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'a04ea90e9b828e9b4ff46458', 'cat_id': u'agilo', 'panel_id': u'links', 'path_info': None, 'remove': u'Remove selected links', 'sel': u'defect-task'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
System Information
Trac | 0.11.5
|
Python | 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.3.4
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
Agilo | 1.0.2-pro
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "C:\Program Files\Agilo\lib\site-packages\trac-0.11.5-py2.5.egg\trac\web\main.py", line 444, in _dispatch_request dispatcher.dispatch(req) File "C:\Program Files\Agilo\lib\site-packages\trac-0.11.5-py2.5.egg\trac\web\main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "C:\Program Files\Agilo\lib\site-packages\trac-0.11.5-py2.5.egg\trac\admin\web_ui.py", line 114, in process_request path_info) File "c:\program files\agilo\lib\site-packages\binary_agilo-1.0.2_pro-py2.5.egg\agilo\api\admin.py", line 54, in render_admin_panel return self.list_save_view(req, cat, page) File "c:\program files\agilo\lib\site-packages\binary_agilo-1.0.2_pro-py2.5.egg\agilo\ticket\links\admin.py", line 121, in list_save_view del self.allowed_links[s] KeyError: u'defect-task'
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 15 years ago
Thanks rblank for notifying us.
Hi HPatel - you are running an old version of Agilo - you might want to consider upgrading it. If the issue persists, feel free to contact us on our support google group. For details see AgiloForScrum.
Regards, Martin
Note:
See TracTickets
for help on using tickets.
PluginIssue, see AgiloForScrum.