Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3115 | Rev 3189 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3115 Rev 3188
Línea 317... Línea 317...
317
                $data = [
317
                $data = [
318
                    'following'         => $following ,
318
                    'following'         => $following ,
319
                    'total_connections' => $total_connections,
319
                    'total_connections' => $total_connections,
320
                    'user_id'           => $user->uuid,
320
                    'user_id'           => $user->uuid,
321
                    'user_uuid'         => ($user->uuid),
321
                    'user_uuid'         => ($user->uuid),
322
                    'full_name'         => trim($userProfile->name),
-
 
323
                    //'full_name'         => trim($user->first_name . ' ' . $user->last_name),
322
                    'full_name'         => trim($user->first_name . ' ' . $user->last_name),
324
                    'user_profile_id'   => $userProfile->id,
323
                    'user_profile_id'   => $userProfile->id,
325
                    'user_profile_uuid' => $userProfile->uuid,
324
                    'user_profile_uuid' => $userProfile->uuid,
326
                    'image'             => $this->url()->fromRoute('storage',['code' => $user->uuid, 'type' => 'user-profile', 'filename' => $user->image]),
325
                    'image'             => $this->url()->fromRoute('storage',['code' => $user->uuid, 'type' => 'user-profile', 'filename' => $user->image]),
327
                    'cover'             => $this->url()->fromRoute('storage',['code' => $user->uuid, 'type' => 'user-cover', 'filename' => $userProfile->cover]),
326
                    'cover'             => $this->url()->fromRoute('storage',['code' => $user->uuid, 'type' => 'user-cover', 'filename' => $userProfile->cover]),
328
                    'overview'          => $userProfile->description,
327
                    'overview'          => $userProfile->description,
Línea 356... Línea 355...
356
                $viewModel->setVariables([
355
                $viewModel->setVariables([
357
                    'following'         => $following ,
356
                    'following'         => $following ,
358
                    'total_connections' => $total_connections,
357
                    'total_connections' => $total_connections,
359
                    'user_id'           => $user->uuid,
358
                    'user_id'           => $user->uuid,
360
                    'user_uuid' => ($user->uuid),
359
                    'user_uuid' => ($user->uuid),
361
                    'full_name'         => trim($userProfile->name),
-
 
362
                    //'full_name'         => trim($user->first_name . ' ' . $user->last_name),
360
                    'full_name'         => trim($user->first_name . ' ' . $user->last_name),
363
                    'user_profile_id'   => $userProfile->id,
361
                    'user_profile_id'   => $userProfile->id,
364
                    'user_profile_uuid' => $userProfile->uuid,
362
                    'user_profile_uuid' => $userProfile->uuid,
365
                    'image'             => $userProfile->image,
363
                    'image'             => $userProfile->image,
366
                    'cover'             => $userProfile->cover,
364
                    'cover'             => $userProfile->cover,
367
                    'overview'          => $userProfile->description,
365
                    'overview'          => $userProfile->description,