Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7200 Rev 7300
Línea 1610... Línea 1610...
1610
                        $textColor = $currentNetwork->css_calendar_recruitment_and_selection_text_color;
1610
                        $textColor = $currentNetwork->css_calendar_recruitment_and_selection_text_color;
Línea 1611... Línea 1611...
1611
 
1611
 
1612
 
1612
 
1613
                        $recruitmentSelectionInterview = $recruitmentSelectionInterviewMapper->fetchOne($record->relational_id);
-
 
1614
                        if ($recruitmentSelectionInterview) {
1613
                        $recruitmentSelectionInterview = $recruitmentSelectionInterviewMapper->fetchOne($record->relational_id);
Línea 1615... Línea -...
1615
 
-
 
1616
                            $recruitmentSelectionVacancy = $recruitmentSelectionVacancyMapper->fetchOne($recruitmentSelectionInterview->vacancy_id);
-
 
1617
 
1614
                        if ($recruitmentSelectionInterview) {
1618
 
1615
                            $recruitmentSelectionVacancy = $recruitmentSelectionVacancyMapper->fetchOne($recruitmentSelectionInterview->vacancy_id);
1619
 
1616
 
1620
                            $recruitmentSelectionCandidate = $recruitmentSelectionCandidateMapper->fetchOne($recruitmentSelectionInterview->candidate_id);
1617
                            $recruitmentSelectionCandidate = $recruitmentSelectionCandidateMapper->fetchOne($recruitmentSelectionInterview->candidate_id);
1621
                            if ($recruitmentSelectionVacancy && $recruitmentSelectionCandidate) {
1618
                            if ($recruitmentSelectionVacancy && $recruitmentSelectionCandidate) {
Línea 1633... Línea 1630...
1633
                                        } else {
1630
                                        } else {
1634
                                            $company = $companies[$recruitmentSelectionInterview->company_id];
1631
                                            $company = $companies[$recruitmentSelectionInterview->company_id];
1635
                                        }
1632
                                        }
Línea 1636... Línea 1633...
1636
 
1633
 
1637
 
1634
 
1638
                                        $href = $this->url()->fromRoute('backend/signin-company', [
1635
                                        $url = $this->url()->fromRoute('backend/signin-company', [
1639
                                            'id' => $company->uuid,
1636
                                            'id' => $company->uuid,
1640
                                            'relational' => $recruitmentSelectionInterview->uuid,
1637
                                            'relational' => $recruitmentSelectionInterview->uuid,
1641
                                            'type' => CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW
-
 
1642
                                        ]);
-
 
1643
 
-
 
1644
 
1638
                                            'type' => CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW
Línea 1645... Línea 1639...
1645
                                        $url = $href;
1639
                                        ]);
Línea 1707... Línea 1701...
1707
                                        } else {
1701
                                        } else {
1708
                                            $company = $companies[$performanceEvaluationTest->company_id];
1702
                                            $company = $companies[$performanceEvaluationTest->company_id];
1709
                                        }
1703
                                        }
Línea 1710... Línea 1704...
1710
 
1704
 
1711
 
1705
 
1712
                                        $href = $this->url()->fromRoute('backend/signin-company', [
1706
                                        $url = $this->url()->fromRoute('backend/signin-company', [
1713
                                            'id' => $company->uuid,
1707
                                            'id' => $company->uuid,
1714
                                            'relational' => $performanceEvaluationTest->uuid,
1708
                                            'relational' => $performanceEvaluationTest->uuid,
1715
                                            'type' => CalendarEvent::TYPE_PERFORMANCE_EVALUATION
-
 
1716
                                        ]);
-
 
1717
 
-
 
1718
 
1709
                                            'type' => CalendarEvent::TYPE_PERFORMANCE_EVALUATION
Línea 1719... Línea 1710...
1719
                                        $url = $href ;
1710
                                        ]);
Línea 1720... Línea 1711...
1720
                                    }
1711
                                    }
Línea 1771... Línea 1762...
1771
                                $start = str_replace(' ', 'T', $zoomMeeting->start_time);
1762
                                $start = str_replace(' ', 'T', $zoomMeeting->start_time);
1772
                                $end = str_replace(' ', 'T', $zoomMeeting->end_time);
1763
                                $end = str_replace(' ', 'T', $zoomMeeting->end_time);
1773
                            }
1764
                            }
Línea -... Línea 1765...
-
 
1765
 
-
 
1766
 
Línea 1774... Línea 1767...
1774
 
1767
                            
1775
 
1768
                            $url = $zoomMeeting->join_url;
1776
 
1769
 
1777
 
1770
 
1778
 
1771
 
1779
 
1772
 
1780
                            $agenda = "<a href=\"{$zoomMeeting->join_url}\" target=\"_blank\">" .  $zoomMeeting->agenda . "<br>" .
1773
                            $agenda = $zoomMeeting->agenda . "<br>" .
1781
                                " LABEL_ZOOM_MEETING_START_DATE : " . $dtStart->format('Y-m-d') . "<br>" .
-
 
Línea 1782... Línea 1774...
1782
                                " LABEL_ZOOM_MEETING_START_TIME : " . $dtStart->format('H:i a') . "<br>" .
1774
                                " LABEL_ZOOM_MEETING_START_DATE : " . $dtStart->format('Y-m-d') . "<br>" .
1783
                                " LABEL_ZOOM_MEETING_TIMEZONE : " . $zoomMeeting->timezone . "<br>" .
1775
                                " LABEL_ZOOM_MEETING_START_TIME : " . $dtStart->format('H:i a') . "<br>" .
1784
                                " LABEL_ZOOM_MEETING_TITLE :  " . $zoomMeeting->topic  . "<br>" .
1776
                                " LABEL_ZOOM_MEETING_TIMEZONE : " . $zoomMeeting->timezone . "<br>" .
1785
                                " LABEL_ZOOM_MEETING_URL : " . $zoomMeeting->join_url . "<br>" .
1777
                                " LABEL_ZOOM_MEETING_TITLE :  " . $zoomMeeting->topic  . "<br>" .