PM-3984 Se ejecuta el trigger de un dynaform (con condición) y no los triggers del segundo
This commit is contained in:
Ronald Quenta
2015-11-10 11:37:39 -04:00
parent 0319e8a407
commit 7123b7dbd3
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;