Merged in bugfix/PMCORE-952-B (pull request #8201)
PMCORE-952-B Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
8b283d79d7
@@ -89,7 +89,7 @@ class AppDelegation extends BaseAppDelegation
|
||||
$record = $rsCriteria->getRow();
|
||||
|
||||
if ($flagIncludeCurrentDel) {
|
||||
if (preg_match('/^(?:' . 'NORMAL|SCRIPT\-TASK|WEBENTRYEVENT|START\-MESSAGE\-EVENT|START\-TIMER\-EVENT' . ')$/', $record['TAS_TYPE'])) {
|
||||
if (preg_match('/^(?:' . 'SERVICE\-TASK|NORMAL|SCRIPT\-TASK|WEBENTRYEVENT|START\-MESSAGE\-EVENT|START\-TIMER\-EVENT' . ')$/', $record['TAS_TYPE'])) {
|
||||
$arrayAppDelegationPrevious = $record;
|
||||
$flagPrevious = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user