Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7571 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7571 Rev 7572
Línea 165... Línea 165...
165
                  
165
                  
166
                    $item = [
166
                    $item = [
167
                        'title' => $record->title,
167
                        'title' => $record->title,
168
                        'status'=> $record->status,
168
                        'status'=> $record->status,
169
                        'actions' => [
169
                        'actions' => [
170
                            'link_edit' => $allowEdit ? $this->url()->fromRoute('high-performance-teams/groups/view/topic/edit', ['idsdf' => $highPerformanceTeamsGroups->uuid, 'id' => $record->uuid]) : '',
170
                            'link_edit' => $allowEdit ? $this->url()->fromRoute('high-performance-teams/groups/view/topic/edit', ['id' => $highPerformanceTeamsGroups->uuid, 'id' => $record->uuid]) : '',
171
                            /*'link_delete' => $allowDelete ? $this->url()->fromRoute('high-performance-teams/groups/view/topic/delete', ['id' => $highPerformanceTeamsGroups->uuid],['id' => $record->uuid]) : '',
171
                            /*'link_delete' => $allowDelete ? $this->url()->fromRoute('high-performance-teams/groups/view/topic/delete', ['id' => $highPerformanceTeamsGroups->uuid],['id' => $record->uuid]) : '',
172
                            'link_view' => $allowView ? $this->url()->fromRoute('high-performance-teams/groups/view', ['id' => $highPerformanceTeamsGroups->uuid]) : '',*/
172
                            'link_view' => $allowView ? $this->url()->fromRoute('high-performance-teams/groups/view', ['id' => $highPerformanceTeamsGroups->uuid]) : '',*/
Línea 173... Línea 173...
173
                        ]
173
                        ]