On Wed, Apr 19, 2006 at 04:31:36PM +0000, Philip Bergen wrote:
>     Traceback (most recent call last):
>       File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 299, in 
> dispatch_request
>         dispatcher.dispatch(req)
>       File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 189, in 
> dispatch
>         resp = chosen_handler.process_request(req)
>       File "/usr/lib/python2.3/site-packages/trac/ticket/roadmap.py", line 
> 165, in process_request
>         'owner')
>       File "/usr/lib/python2.3/site-packages/trac/ticket/roadmap.py", line 
> 37, in get_tickets_for_milestone
>         if field in [f['name'] for f in fields if not f.get('custom')]:
>     AttributeError: 'Select' object has no attribute 'get'

Hi, yes, that should be "f.custom". 

Alec

-- 
Evolution: Taking care of those too stupid to take care of themselves.
_______________________________________________
Trac-dev mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to