Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 136 Rev 146
Línea 1647... Línea 1647...
1647
                            
1647
                            
1648
                            
1648
                            
1649
                            array_push($events, [
1649
                            array_push($events, [
1650
                                'id'                => $surveyTest->uuid,
1650
                                'id'                => $surveyTest->uuid,
1651
                                'title'             => $surveyCampaing->name,
1651
                                'title'             => $surveyCampaing->name,
1652
                                'start'             => $dtStart->format('d/m/Y'),
1652
                                'start'             => $dtStart->format('Y-m-d'),
1653
                                'url'               => $url,
1653
                                'url'               => $url,
1654
                                'backgroundColor'   => $backgroundColor,
1654
                                'backgroundColor'   => $backgroundColor,
1655
                                'textColor'         => $textColor,
1655
                                'textColor'         => $textColor,
Línea 1698... Línea 1698...
1698
                            
1698
                            
1699
                            
1699
                            
1700
                            array_push($events, [
1700
                            array_push($events, [
1701
                                'id'                => $surveyTest->uuid,
1701
                                'id'                => $surveyTest->uuid,
1702
                                'title'             => $surveyCampaing->name,
1702
                                'title'             => $surveyCampaing->name,
1703
                                'start'             => $dtStart->format('d/m/Y'),
1703
                                'start'             => $dtStart->format('Y-m-d'),
1704
                                'url'               => $url,
1704
                                'url'               => $url,
1705
                                'backgroundColor'   => $backgroundColor,
1705
                                'backgroundColor'   => $backgroundColor,
1706
                                'textColor'         => $textColor,
1706
                                'textColor'         => $textColor,
Línea 1761... Línea 1761...
1761
 
1761
 
1762
 
1762
 
1763
                                    array_push($events, [
1763
                                    array_push($events, [
1764
                                        'id'                => $recruitmentSelectionInterview->uuid,
1764
                                        'id'                => $recruitmentSelectionInterview->uuid,
1765
                                        'title'             => $recruitmentSelectionVacancy->name,
1765
                                        'title'             => $recruitmentSelectionVacancy->name,
1766
                                        'start'             => $dtStart->format('d/m/Y'),
1766
                                        'start'             => $dtStart->format('Y-m-d'),
1767
                                        'url'               => $url,
1767
                                        'url'               => $url,
1768
                                        'backgroundColor'   => $backgroundColor,
1768
                                        'backgroundColor'   => $backgroundColor,
1769
                                        'textColor'         => $textColor,
1769
                                        'textColor'         => $textColor,
Línea 1830... Línea 1830...
1830
                                    $dtStart = \DateTime::createFromFormat('Y-m-d', $performanceEvaluationTest->last_date);
1830
                                    $dtStart = \DateTime::createFromFormat('Y-m-d', $performanceEvaluationTest->last_date);
Línea 1831... Línea 1831...
1831
 
1831
 
1832
                                    array_push($events, [
1832
                                    array_push($events, [
1833
                                        'id'                => $performanceEvaluationTest->uuid,
1833
                                        'id'                => $performanceEvaluationTest->uuid,
1834
                                        'title'             =>  $performanceEvaluationForm->name,
1834
                                        'title'             =>  $performanceEvaluationForm->name,
1835
                                        'start'             => $dtStart->format('d/m/Y'),
1835
                                        'start'             => $dtStart->format('Y-m-d'),
1836
                                        'url'               => $url,
1836
                                        'url'               => $url,
1837
                                        'backgroundColor'   => $backgroundColor,
1837
                                        'backgroundColor'   => $backgroundColor,
1838
                                        'textColor'         => $textColor,
1838
                                        'textColor'         => $textColor,
1839
                                        'allDay'            => true,
1839
                                        'allDay'            => true,