Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4398 Rev 4632
Línea 197... Línea 197...
197
                                    } else {
197
                                    } else {
198
                                        $employee = '';
198
                                        $employee = '';
199
                                    }
199
                                    }
Línea -... Línea 200...
-
 
200
                                    
-
 
201
                                    
200
                                    
202
                                   
201
                                    
203
                                    
202
                                    $hasLink = false;
204
                                    $hasLink = false;
203
                                    if(isset($companyUsers[$currentUser->id])) {
205
                                    if(isset($companyUsers[$currentUser->id])) {
204
                                        if($companyUsers[$currentUser->id]) {
206
                                        if($companyUsers[$currentUser->id]) {
Línea 261... Línea 263...
261
                                    
263
                                    
262
                                    if($hasLink) {
264
                                    if($hasLink) {
263
                                        $agenda .= "</a><br>";
265
                                        $agenda .= "</a><br>";
Línea -... Línea 266...
-
 
266
                                    }
-
 
267
                                    
Línea 264... Línea 268...
264
                                    }
268
                      
265
                                    
269
                         
266
                                    
270
                                    
267
                                    array_push($events, [
271
                                    array_push($events, [
268
                                        'id'                => $performanceEvaluationEvaluation->uuid,
272
                                        'id'                => $performanceEvaluationEvaluation->uuid,
269
                                        'title'             =>  $performanceEvaluationForm->name,
273
                                        'title'             =>  $performanceEvaluationForm->name,
270
                                        'agenda'            => $agenda,
274
                                        'agenda'            => $agenda,
271
                                        'start'             => $start,
275
                                        'start'             => $dtStart->format('Y-m-d'),
-
 
276
                                        'url'               => '',
272
                                        'url'               => '',
277
                                        'backgroundColor'   => $backgroundColor,
273
                                        'backgroundColor'   => $backgroundColor,
278
                                        'textColor'         => $textColor,
274
                                        'textColor'         => $textColor,
279
                                        'allDay'            => true,
Línea 275... Línea 280...
275
                                    ]);
280
                                    ]);