Merged in qronald/processmaker/PM-3984 (pull request #3132)

PM-3984
This commit is contained in:
Julio Cesar Laura Avendaño
2015-11-10 17:26:12 -04:00
5 changed files with 7 additions and 13 deletions

View File

@@ -923,6 +923,9 @@ class Process extends BaseProcess
$webBotTrigger = '';
switch ($action) {
case 'OPEN':
$var = ProcessPeer::PRO_TRI_OPEN;
break;
case 'DELETED':
$var = ProcessPeer::PRO_TRI_DELETED;
break;