Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 2886 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2886 Rev 3911
Línea 106... Línea 106...
106
            'name' => 'type',
106
            'name' => 'type',
107
            'type' => \Laminas\Form\Element\Select::class,
107
            'type' => \Laminas\Form\Element\Select::class,
108
            'options' => [
108
            'options' => [
109
                'empty_option' => 'LABEL_INTERVIEWED_BY',
109
                'empty_option' => 'LABEL_INTERVIEWED_BY',
110
                'value_options' => [
110
                'value_options' => [
111
                    RecruitmentSelectionInterview::STATUS_PRE_SELECTION => 'Pre Seleccion',
-
 
112
                    RecruitmentSelectionInterview::STATUS_HUMAN_RESOURCE => 'Recursos Humanos',
111
                    RecruitmentSelectionInterview::STATUS_HUMAN_RESOURCE => 'Recursos Humanos',
113
                    RecruitmentSelectionInterview::STATUS_BOSS => 'Jefe',
112
                    RecruitmentSelectionInterview::STATUS_BOSS => 'Jefe',
Línea 114... Línea 113...
114
 
113
 
115
               ],
114
               ],