| Línea 174... |
Línea 174... |
| 174 |
|
174 |
|
| 175 |
$item = [
|
175 |
$item = [
|
| 176 |
'name' => trim($record['first_name'] . ' ' . $record['last_name']),
|
176 |
'name' => trim($record['first_name'] . ' ' . $record['last_name']),
|
| 177 |
'image' => $storage->getUserImageForCodeAndFilename($record['uuid'], $record['image']),
|
177 |
'image' => $storage->getUserImageForCodeAndFilename($record['uuid'], $record['image']),
|
| 178 |
'link_view' => $this->url()->fromRoute('profile/view', ['id' => $record['uuid'] ]),
|
178 |
'link_view' => $this->url()->fromRoute('profile/view', ['id' => $record['uuid'] ]),
|
| Línea 179... |
Línea 179... |
| 179 |
'link_inmail' => $this->url()->fromRoute('inmail', ['id' => $record['uuid'] ]),
|
179 |
'link_inmail' => $this->url()->fromRoute('inmail/user', ['id' => $record['uuid'] ]),
|
| Línea 180... |
Línea 180... |
| 180 |
|
180 |
|
| Línea 1182... |
Línea 1182... |
| 1182 |
|
1182 |
|
| 1183 |
$item = [
|
1183 |
$item = [
|
| 1184 |
'name' => trim($record['first_name'] . ' ' . $record['last_name']),
|
1184 |
'name' => trim($record['first_name'] . ' ' . $record['last_name']),
|
| 1185 |
'image' => $storage->getUserImageForCodeAndFilename($record['uuid'], $record['image']),
|
1185 |
'image' => $storage->getUserImageForCodeAndFilename($record['uuid'], $record['image']),
|
| 1186 |
'link_view' => $this->url()->fromRoute('profile/view', ['id' => $record['uuid'] ]),
|
1186 |
'link_view' => $this->url()->fromRoute('profile/view', ['id' => $record['uuid'] ]),
|
| 1187 |
'link_inmail' => $this->url()->fromRoute('inmail', ['id' => $record['uuid'] ]),
|
1187 |
'link_inmail' => $this->url()->fromRoute('inmail/user', ['id' => $record['uuid'] ]),
|
| 1188 |
'relation' => $relation,
|
1188 |
'relation' => $relation,
|
| 1189 |
'link_cancel' => '',
|
1189 |
'link_cancel' => '',
|
| Línea 1190... |
Línea 1190... |
| 1190 |
'link_request' => '',
|
1190 |
'link_request' => '',
|