Merge branch 'release/3.2' of bitbucket.org:colosa/processmaker into feature/HOR-2440

This commit is contained in:
Paula Quispe
2017-02-09 12:50:46 -04:00
41 changed files with 579 additions and 396 deletions

View File

@@ -4528,6 +4528,11 @@ class Cases
/*----------------------------------********---------------------------------*/
$this->getExecuteTriggerProcess($sApplicationUID, 'REASSIGNED');
//Delete record of the table LIST_UNASSIGNED
$unassigned = new ListUnassigned();
$unassigned->remove($sApplicationUID, $iDelegation);
return true;
}