Ticket #2383 (closed defect: fixed)
Can't set component correctly
| Reported by: | wilmer@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.1 |
| Component: | ticket system | Version: | 0.9 |
| Severity: | major | Keywords: | |
| Cc: | wilmer@… |
Description
The problem happens on this page:
http://bugs.bitlbee.org/bitlbee/ticket/26
I can't set component to IRC or BitlBee?. All other components are allowed. Possible reason: There are bugs from the IRC and BitlBee? components assigned to the 1.0 milestone, and all of them are fixed. There are also two OSCAR-related bugs in the 1.0 milestone, but one of them is still open.
This is the only connection I can find between the IRC- and BitlBee? components.
If I unset the milestone for ticket 26, I still get the same problem:
Traceback (most recent call last):
File "/home/wilmer/trac/trac/lib/python2.4/site-packages/trac/web/standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "/home/wilmer/trac/trac/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/home/wilmer/trac/trac/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/home/wilmer/trac/trac/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 191, in process_request
self._do_save(req, db, ticket)
File "/home/wilmer/trac/trac/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 349, in _do_save
req.args.get('comment'), when=now, db=db)
File "/home/wilmer/trac/trac/lib/python2.4/site-packages/trac/ticket/model.py", line 197, in save_changes
self['owner'] = new_comp.owner
File "/home/wilmer/trac/trac/lib/python2.4/site-packages/trac/ticket/model.py", line 104, in __setitem__
self.values[name] = value.strip()
AttributeError: 'NoneType' object has no attribute 'strip'
Thanks for the great product, and I hope this will be fixed soon. :-)


