Merged in release/3.2 (pull request #5423)
Release/3.2 Approved-by: Paula Quispe
This commit is contained in:
@@ -4433,6 +4433,11 @@ class Cases
|
||||
|
||||
/*----------------------------------********---------------------------------*/
|
||||
$this->getExecuteTriggerProcess($sApplicationUID, 'REASSIGNED');
|
||||
|
||||
//Delete record of the table LIST_UNASSIGNED
|
||||
$unassigned = new ListUnassigned();
|
||||
$unassigned->remove($sApplicationUID, $iDelegation);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -5225,7 +5230,7 @@ class Cases
|
||||
$dataLastEmail['configuration'] = $aConfiguration;
|
||||
$dataLastEmail['subject'] = $sSubject;
|
||||
$dataLastEmail['pathEmail'] = $pathEmail;
|
||||
$dataLastEmail['swtplDeafault'] = $swtplDefault;
|
||||
$dataLastEmail['swtplDefault'] = $swtplDefault;
|
||||
$dataLastEmail['body'] = $sBody;
|
||||
$dataLastEmail['from'] = $from;
|
||||
break;
|
||||
@@ -5293,7 +5298,7 @@ class Cases
|
||||
$dataLastEmail['configuration'] = $aConfiguration;
|
||||
$dataLastEmail['subject'] = $sSubject;
|
||||
$dataLastEmail['pathEmail'] = $pathEmail;
|
||||
$dataLastEmail['swtplDeafault'] = $swtplDefault;
|
||||
$dataLastEmail['swtplDefault'] = $swtplDefault;
|
||||
$dataLastEmail['body'] = $sBody;
|
||||
$dataLastEmail['from'] = $from;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user