Modify ↓
Opened 15 years ago
Closed 15 years ago
#9850 closed defect (cantfix)
'ticket-workflow'
| Reported by: | sue | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /admin/ticket/workfloweditor, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'ticket', 'panel_id': u'workfloweditor', 'path_info': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
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.6c9
|
| Genshi | 0.5
|
| CustomFieldAdmin | 0.2.2.1
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "c:\traclight\python\lib\site-packages\TraM-0.3-py2.5.egg\tram\main.py", line 274, in dispatch_request
dispatcher.dispatch(req)
File "c:\traclight\python\lib\site-packages\Trac-0.11.7.ja1-py2.5.egg\trac\web\main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "c:\traclight\python\lib\site-packages\Trac-0.11.7.ja1-py2.5.egg\trac\admin\web_ui.py", line 114, in process_request
path_info)
File "build\bdist.win32\egg\workfloweditor\workfloweditor_admin.py", line 57, in render_admin_panel
self._create_page_param(req, page_param)
File "build\bdist.win32\egg\workfloweditor\workfloweditor_admin.py", line 94, in _create_page_param
section = self.config._sections['ticket-workflow']
KeyError: 'ticket-workflow'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is a PluginIssue (workfloweditor).