Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 135 Rev 136
Línea 220... Línea 220...
220
                                
220
                                
221
                                $url = $this->url()->fromRoute('backend/signin-company', [
221
                                $url = $this->url()->fromRoute('backend/signin-company', [
222
                                    'id' => $company->uuid,
222
                                    'id' => $company->uuid,
223
                                    'relational' => $surveyTest->uuid,
223
                                    'relational' => $surveyTest->uuid,
224
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
224
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
225
                                ]);
225
                                ], ['force_canonical' => true] );
Línea 226... Línea 226...
226
                            }
226
                            }
Línea 271... Línea 271...
271
                                
271
                                
272
                                $url = $this->url()->fromRoute('backend/signin-company', [
272
                                $url = $this->url()->fromRoute('backend/signin-company', [
273
                                    'id' => $company->uuid,
273
                                    'id' => $company->uuid,
274
                                    'relational' => $surveyTest->uuid,
274
                                    'relational' => $surveyTest->uuid,
275
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
275
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
276
                                ]);
276
                                ], ['force_canonical' => true]);
Línea 277... Línea 277...
277
                            }
277
                            }
Línea 332... Línea 332...
332
                                        
332
                                        
333
                                        $url = $this->url()->fromRoute('backend/signin-company', [
333
                                        $url = $this->url()->fromRoute('backend/signin-company', [
334
                                            'id' => $company->uuid,
334
                                            'id' => $company->uuid,
335
                                            'relational' => $recruitmentSelectionInterview->uuid,
335
                                            'relational' => $recruitmentSelectionInterview->uuid,
336
                                            'type' => CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW
336
                                            'type' => CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW
337
                                        ]);
337
                                        ], ['force_canonical' => true]);
Línea 338... Línea 338...
338
                                    }
338
                                    }
339
   
339
   
340
                                    $agenda = " LABEL_RECRUITMENT_SELECTION_JOB_DESCRIPTION : " . $jobDescription->name . "<br>";
340
                                    $agenda = " LABEL_RECRUITMENT_SELECTION_JOB_DESCRIPTION : " . $jobDescription->name . "<br>";
Línea 444... Línea 444...
444
                                        
444
                                        
445
                                        $url = $this->url()->fromRoute('backend/signin-company', [
445
                                        $url = $this->url()->fromRoute('backend/signin-company', [
446
                                            'id' => $company->uuid, 
446
                                            'id' => $company->uuid, 
447
                                            'relational' => $performanceEvaluationTest->uuid, 
447
                                            'relational' => $performanceEvaluationTest->uuid, 
448
                                            'type' => CalendarEvent::TYPE_PERFORMANCE_EVALUATION
448
                                            'type' => CalendarEvent::TYPE_PERFORMANCE_EVALUATION
Línea 449... Línea 449...
449
                                        ]);
449
                                        ], ['force_canonical' => true]);