PM-4384
This commit is contained in:
@@ -2003,6 +2003,13 @@ class Cases
|
|||||||
$users = new Users();
|
$users = new Users();
|
||||||
$users->refreshTotal($sUserUid, "remove", "inbox");
|
$users->refreshTotal($sUserUid, "remove", "inbox");
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
//When start a case with SCRIPT-TASK WEBENTRYEVENT and the status is DRAFT
|
||||||
|
if($oApplication->getAppStatus() == "DRAFT"){
|
||||||
|
$sUserUid = $appDel->getUsrUid();
|
||||||
|
$users = new Users();
|
||||||
|
$users->refreshTotal($sUserUid, "remove", "draft");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user