What I get when I access:
https://tickets.internal/scrum-testing/agilo-backlog?scope=smdb+1&name=Sprint+Backlog&view=View
is:
Trac Error
An error occurred while loading Backlog data: 'generator' object is
unsubscriptable
before that i allready got an error in
agilo/utils/config.py:TracConfig:get() line 111:
if len(value.strip()) > 0:
gave an error when something else then a string was returned, for
example when the default was used. (False in this case).
I changed the code to the following:
if isinstance(value, basestring):
if len(value.strip()) > 0:
return value
return default
The agilo version is:
agilo-0.7.4.1_r1624_20090611-py2.5.egg
trac: 0.11.6
python: 2.5.2
Upgrading to the latest version of agilo is not really an option in
the current migration period.
Once we have totally switched to the new setup, i intend to try
upgrading to the latest trac.
Jos
--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en