update observations

This commit is contained in:
Henry Jordan
2021-03-31 14:33:21 +00:00
parent 1977c923fe
commit 399e3019b0
5 changed files with 27 additions and 28 deletions

View File

@@ -672,7 +672,7 @@ class Cases
return [
'title' => $threadTitle,
'description' => $threadDescription,
'description' => $threadDescription
];
}

View File

@@ -364,7 +364,6 @@ class AppProxy extends HttpProxyController
];
// Get the pending threads
$delegation = new Delegation();
$threads = [];
$threads = $delegation::getPendingThreads($appFields['APP_NUMBER']);
$i = 0;
$taskProperties[$i] = [

View File

@@ -1900,7 +1900,7 @@ class Delegation extends Model
return [
'title' => $threadTitle,
'description' => $threadDescription,
'description' => $threadDescription
];
}