Closed (fixed)
Project:
Support Ticketing System
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Sep 2009 at 12:52 UTC
Updated:
6 Oct 2009 at 14:50 UTC
Recent changes have broken something, as when attachments are included with emails sent to create or update tickets while they are correctly attached to the ticket they are not listed in the notification email that is sent out.
Comments
Comment #1
jeremy commentedActually, I don't see how this ever could have worked. The logic works as follows:
1) Download mail, insert as comment or node
2) hook_comment or hook_nodeapi fires and notification is sent
3) Use nid or cid to attach attachments.
Thus, when notifications are sent there's no way to know that there were attachments. The proper fix will be to include attachments when first inserting the comment or node.
Comment #2
jeremy commentedFix committed.