You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Agilo for Trac
Hi,
I don't have an account to comment directly on the bug, so I'll just
post here. The bug can be fixed by adding the following two lines to
agilo/ticket/model.py:
import xmlrpclib as rpc
rpc.Marshaller.dispatch[TicketValueWrapper] =
rpc.Marshaller.dump_struct
Jerome
Stefano Rago
unread,
Feb 7, 2012, 3:56:55 AM2/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ag...@googlegroups.com
Hi Jerome,
This has actually been fixed in the last Agilo for Trac version (0.9.6 / 1.3.6).
It was my fault not to update this ticket, thanks for pointing it out.