Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3878 Rev 3881
Línea 83... Línea 83...
83
            'name' => 'status',
83
            'name' => 'status',
84
            'type' => \Laminas\Form\Element\Select::class,
84
            'type' => \Laminas\Form\Element\Select::class,
85
            'options' => [
85
            'options' => [
86
                'empty_option' => 'LABEL_STATUS',
86
                'empty_option' => 'LABEL_STATUS',
87
                'value_options' => [
87
                'value_options' => [
88
                    RecruitmentSelectionCandidate::STATUS_ACEPTED => 'LABEL_ACEPTED',
88
                    RecruitmentSelectionCandidate::STATUS_ACEPTED => 'LABEL_ACCEPTED',
89
                    RecruitmentSelectionCandidate::STATUS_REJECTED => 'LABEL_REJECTED',
89
                    RecruitmentSelectionCandidate::STATUS_REJECTED => 'LABEL_REJECTED',
90
                ],
90
                ],
91
            ],
91
            ],
92
            'attributes' => [
92
            'attributes' => [
93
                'id' => 'status',
93
                'id' => 'status',