BUG 5720 Can not send Next Task Assignment Notifications with grid SOLVED

- Can not send Next Task Assignment Notifications with grid variables.
- Added and changed function filter for AppData values.
This commit is contained in:
Hector Cortez
2012-10-02 14:32:32 -04:00
parent 242de817bf
commit 046cddc776
2 changed files with 65 additions and 2 deletions

View File

@@ -4585,9 +4585,9 @@ class Cases
throw (new Exception("Template file \"$fileTemplate\" does not exist."));
}
$sBody = G::replaceDataField(file_get_contents($fileTemplate), $aFields);
$sBody = G::replaceDataGridField(file_get_contents($fileTemplate), $aFields);
} else {
$sBody = nl2br(G::replaceDataField($aTaskInfo["TAS_DEF_MESSAGE"], $aFields));
$sBody = nl2br(G::replaceDataGridField($aTaskInfo["TAS_DEF_MESSAGE"], $aFields));
}
G::LoadClass("tasks");