Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1292 Rev 1293
Línea 357... Línea 357...
357
                $viewModel->setVariables([
357
                $viewModel->setVariables([
358
                    'following'         => $following ,
358
                    'following'         => $following ,
359
                    'total_connections' => $total_connections,
359
                    'total_connections' => $total_connections,
360
                    'user_id'           => $user->uuid,
360
                    'user_id'           => $user->uuid,
361
                    'user_uuid' => ($user->uuid),
361
                    'user_uuid' => ($user->uuid),
-
 
362
                    'full_name'         => trim($userProfile->name),
362
                    'full_name'         => trim($user->first_name . ' ' . $user->last_name),
363
                    //'full_name'         => trim($user->first_name . ' ' . $user->last_name),
363
                    'user_profile_id'   => $userProfile->id,
364
                    'user_profile_id'   => $userProfile->id,
364
                    'user_profile_uuid' => $userProfile->uuid,
365
                    'user_profile_uuid' => $userProfile->uuid,
365
                    'image'             => $userProfile->image,
366
                    'image'             => $userProfile->image,
366
                    'cover'             => $userProfile->cover,
367
                    'cover'             => $userProfile->cover,
367
                    'overview'          => $userProfile->description,
368
                    'overview'          => $userProfile->description,