update observations
This commit is contained in:
@@ -672,7 +672,7 @@ class Cases
|
||||
|
||||
return [
|
||||
'title' => $threadTitle,
|
||||
'description' => $threadDescription,
|
||||
'description' => $threadDescription
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -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] = [
|
||||
|
||||
@@ -1900,7 +1900,7 @@ class Delegation extends Model
|
||||
|
||||
return [
|
||||
'title' => $threadTitle,
|
||||
'description' => $threadDescription,
|
||||
'description' => $threadDescription
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user