| Línea 201... |
Línea 201... |
| 201 |
'filename' => $company->image
|
201 |
'filename' => $company->image
|
| 202 |
], ['force_canonical' => true]),
|
202 |
], ['force_canonical' => true]),
|
| 203 |
'profile' => $this->url()->fromRoute('company/view', ['id' => $company->uuid]),
|
203 |
'profile' => $this->url()->fromRoute('company/view', ['id' => $company->uuid]),
|
| 204 |
'last_message' => $timeElapsedString,
|
204 |
'last_message' => $timeElapsedString,
|
| 205 |
'count_unread' => $unread,
|
205 |
'count_unread' => $unread,
|
| 206 |
'messages_link' => $this->url()->fromRoute('inmail/messages/get-messages', ['id' => $company->uuid]),
|
206 |
'messages_link' => $this->url()->fromRoute('inmail/messages', ['id' => $company->uuid]),
|
| 207 |
'send_link' => $this->url()->fromRoute('inmail/messages/send', ['id' => $company->uuid]),
|
207 |
'send_link' => $this->url()->fromRoute('inmail/messages/send', ['id' => $company->uuid]),
|
| 208 |
'selected' => 1, // Marcar como seleccionado
|
208 |
'selected' => 1, // Marcar como seleccionado
|
| 209 |
'delete_link' => $this->url()->fromRoute('inmail/messages/delete', ['id' => $company->uuid]),
|
209 |
'delete_link' => $this->url()->fromRoute('inmail/messages/delete', ['id' => $company->uuid]),
|
| 210 |
]);
|
210 |
]);
|
| 211 |
}
|
211 |
}
|
| Línea 250... |
Línea 250... |
| 250 |
'filename' => $user->image
|
250 |
'filename' => $user->image
|
| 251 |
], ['force_canonical' => true]),
|
251 |
], ['force_canonical' => true]),
|
| 252 |
'profile' => $this->url()->fromRoute('profile/view', ['id' => $user->uuid]),
|
252 |
'profile' => $this->url()->fromRoute('profile/view', ['id' => $user->uuid]),
|
| 253 |
'last_message' => $timeElapsedString,
|
253 |
'last_message' => $timeElapsedString,
|
| 254 |
'count_unread' => $unread,
|
254 |
'count_unread' => $unread,
|
| 255 |
'messages_link' => $this->url()->fromRoute('inmail/messages/get-messages', ['id' => $user->uuid]),
|
255 |
'messages_link' => $this->url()->fromRoute('inmail/messages', ['id' => $user->uuid]),
|
| 256 |
'send_link' => $this->url()->fromRoute('inmail/messages/send', ['id' => $user->uuid]),
|
256 |
'send_link' => $this->url()->fromRoute('inmail/messages/send', ['id' => $user->uuid]),
|
| 257 |
'selected' => 1, // Marcar como seleccionado
|
257 |
'selected' => 1, // Marcar como seleccionado
|
| 258 |
'delete_link' => $this->url()->fromRoute('inmail/messages/delete', ['id' => $user->uuid]),
|
258 |
'delete_link' => $this->url()->fromRoute('inmail/messages/delete', ['id' => $user->uuid]),
|
| 259 |
]);
|
259 |
]);
|
| 260 |
}
|
260 |
}
|
| Línea 310... |
Línea 310... |
| 310 |
'filename' => $user->image
|
310 |
'filename' => $user->image
|
| 311 |
], ['force_canonical' => true]),
|
311 |
], ['force_canonical' => true]),
|
| 312 |
'profile' => $this->url()->fromRoute('profile/view', ['id' => $user->uuid]),
|
312 |
'profile' => $this->url()->fromRoute('profile/view', ['id' => $user->uuid]),
|
| 313 |
'last_message' => $timeElapsedString,
|
313 |
'last_message' => $timeElapsedString,
|
| 314 |
'count_unread' => $unread,
|
314 |
'count_unread' => $unread,
|
| 315 |
'messages_link' => $this->url()->fromRoute('inmail/messages/get-messages', ['id' => $user->uuid]),
|
315 |
'messages_link' => $this->url()->fromRoute('inmail/messages', ['id' => $user->uuid]),
|
| 316 |
'send_link' => $this->url()->fromRoute('inmail/messages/send', ['id' => $user->uuid]),
|
316 |
'send_link' => $this->url()->fromRoute('inmail/messages/send', ['id' => $user->uuid]),
|
| 317 |
'selected' => 0, // No seleccionado
|
317 |
'selected' => 0, // No seleccionado
|
| 318 |
'delete_link' => $this->url()->fromRoute('inmail/messages/delete', ['id' => $user->uuid]),
|
318 |
'delete_link' => $this->url()->fromRoute('inmail/messages/delete', ['id' => $user->uuid]),
|
| 319 |
]);
|
319 |
]);
|
| 320 |
}
|
320 |
}
|