Merged in bugfix/PMCORE-1880 (pull request #7853)
PMCORE-1880 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -4275,7 +4275,7 @@ class Cases
|
||||
$query->where('APPLICATION.APP_UID', '=', $appUid);
|
||||
|
||||
// Filter by source task
|
||||
if ($caseStatus != 'COMPLETED' && $sourceTask != '' && (int)$sourceTask != 0) {
|
||||
if (!empty($sourceTask) && (int)$sourceTask != 0) {
|
||||
$query->where('STEP.TAS_UID', '=', $sourceTask);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user