Skip to content
Snippets Groups Projects
Verified Commit a5e41c33 authored by Damien's avatar Damien
Browse files

FEAT #14568 TIME 0:05 Search status

parent c6f4e4d0
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ class SearchController ...@@ -126,6 +126,7 @@ class SearchController
'processDate' => $value['process_date'], 'processDate' => $value['process_date'],
'current' => !$currentFound && empty($value['process_date']), 'current' => !$currentFound && empty($value['process_date']),
'signatureMode' => $value['signature_mode'], 'signatureMode' => $value['signature_mode'],
'status' => $value['status'],
'reason' => $value['note'] 'reason' => $value['note']
]; ];
if (empty($value['process_date'])) { if (empty($value['process_date'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment