As there is a FIXME in the code I assume that you already know it.
But just in case :
If you don't fill the "remaining time" field, mail can't be send.
In fact it's in agilo/ticket/model.py ligne 745.
"#FIXME: Trac doesn't like none... every ticket field is supposed to
be a string"
Doing exactly what you say, i add
if value is None :value = ""
and everything run smoothly.
Zitune
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---