Merged in mcuiza/processmaker/PM-1585 (pull request #1472)

PM-1585 (Audit Log)
This commit is contained in:
Julio Cesar Laura Avendaño
2015-02-19 11:01:37 -04:00

View File

@@ -134,7 +134,7 @@ if(array_key_exists('PRO_TRI_PAUSED', $newFields)) {
$fields[] = "Execute a trigger when a case is paused";
}
if(array_key_exists('PRO_TRI_REASSIGNED', $newFields)) {
$fields[] = "Execute a trigger when a case is reassigned"; G
$fields[] = "Execute a trigger when a case is reassigned";
}
if(array_key_exists('PRO_TRI_UNPAUSED', $newFields)) {
$fields[] = "Execute a trigger when a case is unpaused";