Merge pull request #18462 from civicrm/5.30
[civicrm-core.git] / CRM / Case / BAO / Case.php
index 5a3f0b81061b74262c1fc2138237d556f60a840a..e78e55923653194986105509e75434727bc10366 100644 (file)
@@ -1890,6 +1890,7 @@ HERESQL;
         'case_id' => $dao->id,
         'case_type' => $dao->case_type,
         'client_name' => $clientView,
+        'status_id' => $dao->status_id,
         'case_status' => $statuses[$dao->status_id],
         'links' => $caseView,
       ];