Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 134 Rev 135
Línea 168... Línea 168...
168
            
168
            
169
            $companyUsers = [];
169
            $companyUsers = [];
170
            $companyUserMapper = CompanyUserMapper::getInstance($this->adapter);
170
            $companyUserMapper = CompanyUserMapper::getInstance($this->adapter);
Línea 171... Línea 171...
171
            $records = $companyUserMapper->fetchAllByUserId($currentUser->id);
171
            $records = $companyUserMapper->fetchAllByUserId($currentUser->id);
172
            
-
 
173
            foreach($records as $record) 
172
            
174
            {
173
            foreach($records as $record) {
Línea 175... Línea 174...
175
                $companyUsers[$record->company_id] = $record->backend == CompanyUser::BACKEND_YES;
174
                $companyUsers[$record->company_id] = $record->backend == CompanyUser::BACKEND_YES;
Línea 236... Línea 235...
236
                                'url'               => $url,
235
                                'url'               => $url,
237
                                'backgroundColor'   => $backgroundColor,
236
                                'backgroundColor'   => $backgroundColor,
238
                                'textColor'         => $textColor,
237
                                'textColor'         => $textColor,
239
                                'allDay'            => true,
238
                                'allDay'            => true,
240
                                'type'              => 'task',
239
                                'type'              => 'task',
-
 
240
                                'source'            => 'internal',
241
                            ]);
241
                            ]);
242
                        }
242
                        }
Línea 243... Línea 243...
243
                        
243
                        
Línea 286... Línea 286...
286
                                'url'               => $url,
286
                                'url'               => $url,
287
                                'backgroundColor'   => $backgroundColor,
287
                                'backgroundColor'   => $backgroundColor,
288
                                'textColor'         => $textColor,
288
                                'textColor'         => $textColor,
289
                                'allDay'            => true,
289
                                'allDay'            => true,
290
                                'type'              => 'task',
290
                                'type'              => 'task',
-
 
291
                                'source'            => 'internal',
291
                            ]);
292
                            ]);
292
                        }
293
                        }
Línea 293... Línea 294...
293
                        
294
                        
Línea 365... Línea 366...
365
                                        'url'               => '',
366
                                        'url'               => '',
366
                                        'backgroundColor'   => $backgroundColor,
367
                                        'backgroundColor'   => $backgroundColor,
367
                                        'textColor'         => $textColor,
368
                                        'textColor'         => $textColor,
368
                                        'allDay'            => true,
369
                                        'allDay'            => true,
369
                                        'type'              => 'task',
370
                                        'type'              => 'task',
-
 
371
                                        'source'            => 'internal',
370
                                    ]);
372
                                    ]);
371
                                }
373
                                }
372
                            }
374
                            }
373
                        }
375
                        }
Línea 492... Línea 494...
492
                                        'url'               => $url,
494
                                        'url'               => $url,
493
                                        'backgroundColor'   => $backgroundColor,
495
                                        'backgroundColor'   => $backgroundColor,
494
                                        'textColor'         => $textColor,
496
                                        'textColor'         => $textColor,
495
                                        'allDay'            => true,
497
                                        'allDay'            => true,
496
                                        'type'              => 'task',
498
                                        'type'              => 'task',
-
 
499
                                        'source'            => 'internal',
497
                                    ]);
500
                                    ]);
498
                                }
501
                                }
499
                            }
502
                            }
Línea 500... Línea 503...
500
                            
503
                            
Línea 564... Línea 567...
564
                                'end'               => $end,
567
                                'end'               => $end,
565
                                'url'               => $zoomMeeting->join_url,
568
                                'url'               => $zoomMeeting->join_url,
566
                                'backgroundColor'   => $backgroundColor,
569
                                'backgroundColor'   => $backgroundColor,
567
                                'textColor'         => $textColor,
570
                                'textColor'         => $textColor,
568
                                'type'              => 'event',
571
                                'type'              => 'event',
-
 
572
                                'source'            => 'external',
569
                            ]);
573
                            ]);
570
                        }
574
                        }
571
                        break;
575
                        break;