Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3712 Rev 4632
Línea 451... Línea 451...
451
            $notificationMapper = NotificationMapper::getInstance($this->adapter);
451
            $notificationMapper = NotificationMapper::getInstance($this->adapter);
452
            $notificationMapper->markAllNotificationsAsReadByUserIdAndGroupId($currentUser->id, $group->id);
452
            $notificationMapper->markAllNotificationsAsReadByUserIdAndGroupId($currentUser->id, $group->id);
Línea 453... Línea 453...
453
            
453
            
Línea 454... Línea 454...
454
            
454
            
455
            
455
            
456
           
456
 
Línea 472... Línea 472...
472
                'website'               => $group->website,
472
                'website'               => $group->website,
473
                'formFeed'              => $formFeed,
473
                'formFeed'              => $formFeed,
474
                'formShare'             => $formShare,
474
                'formShare'             => $formShare,
475
                'members'               => $members,
475
                'members'               => $members,
476
                'link_inmail'           => $ownerGroup->id != $currentUser->id ? $this->url()->fromRoute('inmail', ['id' => $ownerGroup->uuid]) : '',
476
                'link_inmail'           => $ownerGroup->id != $currentUser->id ? $this->url()->fromRoute('inmail', ['id' => $ownerGroup->uuid]) : '',
-
 
477
                'owner_id'              => $ownerGroup->id,
-
 
478
                'owner_first_name'      => $ownerGroup->first_name,
-
 
479
                'owner_last_name'       => $ownerGroup->last_name, 
-
 
480
                'owner_image'           => $this->url()->fromRoute('storage', ['type' => 'user', 'code' => $ownerGroup->uuid, 'filename' => $ownerGroup->image ]),
-
 
481
                
477
            ]);
482
            ]);
478
            return $viewModel ;
483
            return $viewModel ;
479
        }
484
        }
Línea 480... Línea 485...
480
        
485