BUG 9014 Variable SYS_CASE_PRIORITY no funciona apropiadamente SOLVED
- La variable SYS_CASE_PRIORITY se estaba hardcoded en prioridad 3 - Normal. - Se pusieron validaciones para que se pudiera utilizar la prioridad de acuerdo con la variable. - La variable SYS_CASE_PRIORITY ahora se setea manualmente ya no se crea de manera automatica.
This commit is contained in:
@@ -343,7 +343,7 @@ class Task extends BaseTask {
|
||||
$this->setTasTypeDay("");
|
||||
$this->setTasTimeunit("DAYS");
|
||||
$this->setTasAlert("FALSE");
|
||||
$this->setTasPriorityVariable("@@SYS_CASE_PRIORITY");
|
||||
$this->setTasPriorityVariable("");
|
||||
$this->setTasAssignType("BALANCED");
|
||||
$this->setTasAssignVariable("@@SYS_NEXT_USER_TO_BE_ASSIGNED");
|
||||
$this->setTasAssignLocation("FALSE");
|
||||
|
||||
Reference in New Issue
Block a user