Modify ↓
#10753 closed defect (cantfix)
KeyError: u'task-task group'
Reported by: | s0531353 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.2 |
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.
I tried to delete a possibility to link types.
Request parameters:
{'__FORM_TOKEN': u'63d49ca4ce7ec8ce8037fade', 'cat_id': u'agilo', 'panel_id': u'links', 'path_info': None, 'remove': u'Remove selected links', 'sel': u'task-task group'}
User agent: Opera/9.80 (Windows NT 6.1; WOW64; U; de) Presto/2.10.289 Version/12.00
System Information
Trac | 0.12.2
|
Agilo | 0.9.8
|
Babel | 0.9.6 (translations unavailable)
|
Docutils | 0.7
|
Genshi | 0.6
|
mod_wsgi | 3.3 (WSGIProcessGroup public-trac WSGIApplicationGroup %{GLOBAL})
|
Pygments | 1.3.1
|
pysqlite | 2.4.1
|
Python | 2.6.6 (r266:84292, Dec 26 2010, 22:48:11) [GCC 4.4.5]
|
pytz | 2010b
|
setuptools | 0.6
|
SQLite | 3.7.3
|
Subversion | 1.6.12 (r955767)
|
jQuery | 1.4.2
|
Enabled Plugins
agilo | 0.9.8
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 511, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.6/dist-packages/trac/admin/web_ui.py", line 116, in process_request path_info) File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.8-py2.6.egg/agilo/api/admin.py", line 56, in render_admin_panel return self.list_save_view(req, cat, page) File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.8-py2.6.egg/agilo/ticket/links/admin.py", line 141, in list_save_view del self.allowed_links[s] KeyError: u'task-task group'
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 12 years ago
@jomae: thanks for the cc
@ reporter: please contact the open support or our google group. More info here: www.agilofortrac.com
cheers
Note:
See TracTickets
for help on using tickets.
PluginIssue and a duplicate of #8801, see AgiloForScrum.