Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9922 Rev 9925
Línea 226... Línea 226...
226
                        $item = [
226
                        $item = [
227
                            'id' => $record->uuid,
227
                            'id' => $record->uuid,
228
                            'title' => 'Reunion #'.$contador,
228
                            'title' => 'Reunion #'.$contador,
229
                            'start' => $record->date.'T'.$record->time,
229
                            'start' => $record->date.'T'.$record->time,
230
                            'color'=>'#00000'.$contador,
230
                            'color'=>'#00000'.$contador,
231
                            'link_feed'=> $allowView ? $this->url()->fromRoute('high-performance-teams/groups/view/calendar', ['group_uuid' => $highPerformanceTeamsGroups->uuid, 'feed_uuid'=>$record->uuid]) : '',
231
                            'link_feed'=> $allowView ? $this->url()->fromRoute('high-performance-teams/groups/view/calendar/view', ['group_uuid' => $highPerformanceTeamsGroups->uuid, 'feed_uuid'=>$record->uuid]) : '',
232
                        ];
232
                        ];
233
                        $contador++;
233
                        $contador++;
234
                        array_push($items, $item);
234
                        array_push($items, $item);
235
                    }
235
                    }
236
                }
236
                }