Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17188 Rev 17195
Línea 848... Línea 848...
848
 
848
 
849
            $status = $this->getTopicStatus($record->status);
849
            $status = $this->getTopicStatus($record->status);
850
            $privacy = $this->getTopicPrivacy($record->privacy);
850
            $privacy = $this->getTopicPrivacy($record->privacy);
Línea 851... Línea -...
851
            $type = $this->getTopicType($record->type);
-
 
852
 
-
 
853
            $params = ['capsule_uuid' => $record->uuid];
851
            $type = $this->getTopicType($record->type);
854
 
852
 
855
            $items[] = [
853
            $items[] = [
856
                'name' => $record->name,
854
                'name' => $record->name,
857
                'details' => [
855
                'details' => [
Línea 862... Línea 860...
862
                    'total_users' => $totalUsers,
860
                    'total_users' => $totalUsers,
863
                    'total_users_active' => $totalUsersActive,
861
                    'total_users_active' => $totalUsersActive,
864
                ],
862
                ],
865
                'images' => [
863
                'images' => [
866
                    'image' => $storage->getGenericImage($path, $record->uuid, $record->image),
864
                    'image' => $storage->getGenericImage($path, $record->uuid, $record->image),
-
 
865
                    'marketplace' => $storage->getGenericImage($path, $record->uuid, $record->marketplace)
867
                ],
866
                ],
868
                'actions' => $this->prepareTopicActions($record, $permissions, $totalUsers, $totalUsersActive)
867
                'actions' => $this->prepareTopicActions($record, $permissions, $totalUsers, $totalUsersActive)
869
            ];
868
            ];
870
        }
869
        }