BUG 11068 Improvement in events creation when start a case IMPROVEMENT

This commit is contained in:
Julio Cesar Laura
2013-06-26 16:37:07 -04:00
parent 2e0f11f6ae
commit 93f3a607dc
3 changed files with 6 additions and 10 deletions

View File

@@ -1960,6 +1960,12 @@ class Cases
G::LoadClass('derivation');
$oDerivation = new Derivation();
$oDerivation->setTasLastAssigned($sTasUid, $sUsrUid);
// Execute Events
require_once 'classes/model/Event.php';
$event = new Event();
$event->createAppEvents($sProUid, $sAppUid, $iDelIndex, $sTasUid);
//update searchindex
if ($this->appSolr != null) {
$this->appSolr->updateApplicationSearchIndex($sAppUid);