Comment 19 for bug 941428

Revision history for this message
daemon dog (nodenet-1) wrote :

The patch provided for 6.1-1 didn't work for me. I'm not sure why, perhaps this is due to additional modules or different settings.

After some debugging I found that although attachments were being stored the mail message to attachment table was not being updated and the attachments appeared to be orphaned. The required code appears to be available in mail/mail_message.py so I moved this across to email_template.py along with a couple of other fixes...

* report_name was not subject to place holder expansion
* context does not appear to be set when sending interactively via the sidebar (for the moment I have just ignored context if not set but perhaps it should be investigated)