Merged in bugfix/PMCORE-3239 (pull request #8060)
PMCORE-3239 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -1050,7 +1050,8 @@ class Cases
|
||||
}
|
||||
|
||||
// Check if the case is unassigned
|
||||
if ($this->isUnassignedPauseCase($appUid, $index)) {
|
||||
$classCases = new ClassesCases();
|
||||
if ($classCases->isUnassignedPauseCase($appUid, $index)) {
|
||||
throw new Exception(G::LoadTranslation("ID_CASE_NOT_PAUSED", [G::LoadTranslation("ID_UNASSIGNED_STATUS")]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user