Merged in bugfix/PMC-342 (pull request #6739)
PMC-342 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -3512,12 +3512,13 @@ class Cases
|
|||||||
|
|
||||||
$fieldsTrigger = [];
|
$fieldsTrigger = [];
|
||||||
foreach ($triggersList as $trigger) {
|
foreach ($triggersList as $trigger) {
|
||||||
//Scan the code
|
/*----------------------------------********---------------------------------*/
|
||||||
$disabledCode = $this->codeScannerReview($cs, $trigger["TRI_WEBBOT"], $trigger["TRI_TITLE"]);
|
$disabledCode = $this->codeScannerReview($cs, $trigger["TRI_WEBBOT"], $trigger["TRI_TITLE"]);
|
||||||
if (!empty($disabledCode)) {
|
if (!empty($disabledCode)) {
|
||||||
$foundDisabledCode .= $disabledCode;
|
$foundDisabledCode .= $disabledCode;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|
||||||
$execute = true;
|
$execute = true;
|
||||||
//Check if the trigger has conditions for the execution
|
//Check if the trigger has conditions for the execution
|
||||||
|
|||||||
Reference in New Issue
Block a user