Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 135 Rev 136
Línea 1638... Línea 1638...
1638
                                
1638
                                
1639
                                $url = $this->url()->fromRoute('backend/signin-company', [
1639
                                $url = $this->url()->fromRoute('backend/signin-company', [
1640
                                    'id' => $company->uuid,
1640
                                    'id' => $company->uuid,
1641
                                    'relational' => $surveyTest->uuid,
1641
                                    'relational' => $surveyTest->uuid,
1642
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
1642
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
1643
                                ]);
1643
                                ], ['force_canonical' => true]);
Línea 1644... Línea 1644...
1644
                            }
1644
                            }
Línea 1689... Línea 1689...
1689
                                
1689
                                
1690
                                $url = $this->url()->fromRoute('backend/signin-company', [
1690
                                $url = $this->url()->fromRoute('backend/signin-company', [
1691
                                    'id' => $company->uuid,
1691
                                    'id' => $company->uuid,
1692
                                    'relational' => $surveyTest->uuid,
1692
                                    'relational' => $surveyTest->uuid,
1693
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
1693
                                    'type' => CalendarEvent::TYPE_SURVEY_ORGANIZATIONAL_CLIMATE,
1694
                                ]);
1694
                                ], ['force_canonical' => true]);
Línea 1695... Línea 1695...
1695
                            }
1695
                            }
Línea 1750... Línea 1750...
1750
 
1750
 
1751
                                        $url = $this->url()->fromRoute('backend/signin-company', [
1751
                                        $url = $this->url()->fromRoute('backend/signin-company', [
1752
                                            'id' => $company->uuid,
1752
                                            'id' => $company->uuid,
1753
                                            'relational' => $recruitmentSelectionInterview->uuid,
1753
                                            'relational' => $recruitmentSelectionInterview->uuid,
1754
                                            'type' => CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW
1754
                                            'type' => CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW
1755
                                        ]);
1755
                                        ], ['force_canonical' => true]);
Línea 1756... Línea 1756...
1756
                                    }
1756
                                    }
Línea 1822... Línea 1822...
1822
 
1822
 
1823
                                        $url = $this->url()->fromRoute('backend/signin-company', [
1823
                                        $url = $this->url()->fromRoute('backend/signin-company', [
1824
                                            'id' => $company->uuid,
1824
                                            'id' => $company->uuid,
1825
                                            'relational' => $performanceEvaluationTest->uuid,
1825
                                            'relational' => $performanceEvaluationTest->uuid,
1826
                                            'type' => CalendarEvent::TYPE_PERFORMANCE_EVALUATION
1826
                                            'type' => CalendarEvent::TYPE_PERFORMANCE_EVALUATION
1827
                                        ]);
1827
                                        ], ['force_canonical' => true]);
Línea 1828... Línea 1828...
1828
                                    }
1828
                                    }
Línea 1829... Línea 1829...
1829
 
1829