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

FEAT #12635 TIME 0:20 Contacts list filling

parent 11dad98b
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ class ContactController
foreach ($contacts as $key => $contact) {
unset($contacts[$key]['count']);
$filling = ContactController::getFillingRate(['contactId' => $contact['id']]);
$contacts[$key]['filling'] = $filling;
}
return $response->withJson(['contacts' => $contacts, 'count' => $count]);
......
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