PMCORE-3542

This commit is contained in:
Paula Quispe
2021-11-25 13:09:02 -04:00
parent 69619973c5
commit 8d1942c357
5 changed files with 66 additions and 4 deletions

View File

@@ -151,6 +151,8 @@ class Task extends Model
case "SERVICE-TASK":
$title = G::LoadTranslation('ID_SERVICE_TASK_UNTITLED');
break;
default:
$title = G::LoadTranslation('ID_ANONYMOUS');
}
switch ($type) {
case "INTERMEDIATE-THROW-EMAIL-EVENT":
@@ -169,6 +171,8 @@ class Task extends Model
case "SERVICE-TASK":
$type = G::LoadTranslation('ID_SERVICE_TASK');
break;
default:
$type = G::LoadTranslation('ID_NONE');
}
});