Closed (fixed)
Project:
Cloud
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2013 at 06:00 UTC
Updated:
11 Mar 2013 at 20:50 UTC
For templates "Total cost of all instances of user reached or crossed budget" , and "Total cost of all instances of group reached or crossed budget", it does not have anything to do with individual instances. The current email templates for these two emails have tokens for individual instance and instance_ids. Instead, it the email should have more useful information such as Total Cost, and Total Budgets that were surpassed.
Comments
Comment #1
baldwinlouie commentedA lot of the custom functionality can be converted to Drupal 7's token api. This will probably allow for more flexibility in the code.
Comment #2
baldwinlouie commentedhttp://drupalcode.org/project/cloud.git/commit/d1f7f7c
Reworked all the mail templates to take advantage of Tokens.
Comment #3
baldwinlouie commentedThe tokens are unique to each mail template. For example, group administrators email template has tokens for group cost, budget..etc