Hi,

with Trac-1.2.3 and TracAutocompleteUsersPlugin-0.4.6.dev0-py2.7.egg we 
have errors when trying to modify an existing ticket comment.
Writing new comments works fine.

The error is something about our custom field "tester" that is configured 
like this:
[ticket-custom]
test = select
test.label = Test
test.options = |open|done
test.order = 11
test.value = 
tester = text
tester.label = Tester
tester.order = 10
tester.value = 

*Trac detected an internal error:* 

KeyError: u'field_tester'


Most recent call last:

File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 647, in 
_dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 215, in 
dispatch
  chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 455, in 
_pre_process_request
  chosen_handler = filter_.pre_process_request(req, chosen_handler)
File "build/bdist.linux-x86_64/egg/autocompleteusers/autocompleteusers.py", 
line 85, in pre_process_request
  fixup_user_list(FIELDS_OPTION[1])
File "build/bdist.linux-x86_64/egg/autocompleteusers/autocompleteusers.py", 
line 82, in fixup_user_list
  req.args[arg] = _fixup_cc_list(req.args[arg])

Is this really part of the TracAutocompleteUsersPlugin and should I file a 
bug report to that plugin?

Best regards.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/e285ca8a-566f-4d87-8868-a9fd42b052cf%40googlegroups.com.

Reply via email to