Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4656 Rev 4696
Línea 167... Línea 167...
167
            
167
            
168
            $calendarEventMapper = CalendarEventMapper::getInstance($this->adapter);
168
            $calendarEventMapper = CalendarEventMapper::getInstance($this->adapter);
169
            $records = $calendarEventMapper->fetchAllByUserIdAndStartTimeAndEndTime($currentUser->id, $start, $end);
169
            $records = $calendarEventMapper->fetchAllByUserIdAndStartTimeAndEndTime($currentUser->id, $start, $end);
170
            foreach($records as $record) 
170
            foreach($records as $record) 
-
 
171
            {
171
            {
172
                $type = '';
172
                switch($record->type)
173
                switch($record->type)
Línea -... Línea 174...
-
 
174
                {
173
                {
175
                    
-
 
176
                    
-
 
177
                    case CalendarEvent::TYPE_PERFORMANCE_EVALUATION : 
174
                    
178
          
175
                    case CalendarEvent::TYPE_PERFORMANCE_EVALUATION : 
179
                        
Línea 176... Línea 180...
176
                        $backgroundColor = $currentNetwork->css_calendar_performance_evaluation_bg_color ;
180
                        $backgroundColor = $currentNetwork->css_calendar_performance_evaluation_bg_color ;
Línea 275... Línea 279...
275
                                        'start'             => $dtStart->format('Y-m-d'),
279
                                        'start'             => $dtStart->format('Y-m-d'),
276
                                        'url'               => '',
280
                                        'url'               => '',
277
                                        'backgroundColor'   => $backgroundColor,
281
                                        'backgroundColor'   => $backgroundColor,
278
                                        'textColor'         => $textColor,
282
                                        'textColor'         => $textColor,
279
                                        'allDay'            => true,
283
                                        'allDay'            => true,
-
 
284
                                        'type'              => 'LABEL_CALENDAR_TASK',
280
                                    ]);
285
                                    ]);
281
                                }
286
                                }
282
                            }
287
                            }
Línea 283... Línea 288...
283
                            
288
                            
Línea 346... Línea 351...
346
                                'start'             => $start,
351
                                'start'             => $start,
347
                                'end'               => $end,
352
                                'end'               => $end,
348
                                'url'               => $zoomMeeting->join_url,
353
                                'url'               => $zoomMeeting->join_url,
349
                                'backgroundColor'   => $backgroundColor,
354
                                'backgroundColor'   => $backgroundColor,
350
                                'textColor'         => $textColor,
355
                                'textColor'         => $textColor,
-
 
356
                                'type'              => 'LABEL_CALENDAR_EVENT',
351
                            ]);
357
                            ]);
352
                        }
358
                        }
353
                        break;
359
                        break;