Proyectos de Subversion LeadersLinked - Services

Rev

Rev 742 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 742 Rev 744
Línea 467... Línea 467...
467
                    
467
                    
468
                    $item = [
468
                    $item = [
469
                        'name' => trim($record['first_name'] . ' ' . $record['last_name']),
469
                        'name' => trim($record['first_name'] . ' ' . $record['last_name']),
470
                        'image' => $storage->getUserImageForCodeAndFilename($record['uuid'], $record['image']),
470
                        'image' => $storage->getUserImageForCodeAndFilename($record['uuid'], $record['image']),
471
                        'link_view' => $this->url()->fromRoute('profile/view', ['id' => $record['uuid']  ]),
471
                        'link_view' => $this->url()->fromRoute('profile/view', ['id' => $record['uuid']  ]),
472
                        'link_inmail'   => $this->url()->fromRoute('inmail', ['id' => $record['uuid']  ]),
472
                        'link_inmail'   => $this->url()->fromRoute('inmail/user', ['id' => $record['uuid']  ]),
Línea 473... Línea 473...
473
                    ];
473
                    ];
474
                    
474