Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6276 Rev 6277
Línea 274... Línea 274...
274
                    'image' => $this->url()->fromRoute('storage', ['code' => $record['uuid'], 'type' => 'user', 'filename' => $record['image']]),
274
                    'image' => $this->url()->fromRoute('storage', ['code' => $record['uuid'], 'type' => 'user', 'filename' => $record['image']]),
275
                    'profile'   => $this->url()->fromRoute('profile/view', ['id' => $record['uuid']]),
275
                    'profile'   => $this->url()->fromRoute('profile/view', ['id' => $record['uuid']]),
276
                    'relation' => $relation,
276
                    'relation' => $relation,
277
                    'link_cancel'   => '',
277
                    'link_cancel'   => '',
278
                    'link_request'  => '',
278
                    'link_request'  => '',
279
                    'user_profile' => $record,
279
                    'user_profile' => $record['description'],
280
                ];
280
                ];
Línea 281... Línea 281...
281
 
281
 
282
                if ($connection) {
282
                if ($connection) {
283
                    switch ($connection->status) {
283
                    switch ($connection->status) {