Stefano Rago <stefano.rago@...> writes: > > Hi Sven, > > On Oct 8, 2013, at 2:31 PM, Sven1978 <sven.kaechelin- gM/[email protected]> wrote: > I have trac V 1.0.1 and agilo 1.3.11 since last week. Before it was the same trac and agilo 1.3.9. After upgrading the agilo system works but today we have see that the ticket Queries in the other trac Systems do not work. > > > > I have been able to reproduce this issue, and it's, in fact, a bug, that we will address in our next update. > Thanks for pointing out the problem. > > In the meantime, you can fix the problem on your local installation manually, if you feel like. > Just replace these lines around line 1521 of agilo/ticket/model.py > > > result['fields'].pop('i_links')result['fields'].pop('o_links') > > > with these: > > > if 'i_links' in result['fields']: > result['fields'].pop('i_links') > if 'o_links' in result['fields']: > result['fields'].pop('o_links') > > > Please let us know if you have problems. > > Cheers > > > Stefano Rago > > > > >
Hi Stefano, I tried to implement you fix but I still get the same errors: Bestand "build/bdist.freebsd-6.2-RELEASE-i386/egg/trac/web/main.py", regel 513, in _dispatch_request dispatcher.dispatch(req) Bestand "build/bdist.freebsd-6.2-RELEASE-i386/egg/trac/web/main.py", regel 235, in dispatch resp = chosen_handler.process_request(req) Bestand "build/bdist.freebsd-6.2-RELEASE-i386/egg/trac/ticket/query.py", regel 933, in process_request return self.display_html(req, query) Bestand "build/bdist.freebsd-6.2-RELEASE-i386/egg/trac/ticket/query.py", regel 1052, in display_html data = query.template_data(context, tickets, orig_list, orig_time, req) Bestand "/usr/local/lib/python2.5/site-packages/binary_agilo-1.3.11_PRO- py2.5.egg/agilo/ticket/model.py", regel 1521, in custom_template_data if 'i_links' in result['fields']: Any clue what I can do. Regards, Mark -- -- Follow Agilo on Twitter: http://twitter.com/agilofortrac Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-trac http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Trac" Google Group. This group is focused on supporting Agilo for Trac users and is moderated by Agilo Software GmbH <http://www.agilosoftware.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo --- You received this message because you are subscribed to the Google Groups "Agilo for Trac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

