Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 67 Rev 1320
Línea 45... Línea 45...
45
                'value_options' => $this->getSelectJobsDescriptionOptions($adapter, $company_id)
45
                'value_options' => $this->getSelectJobsDescriptionOptions($adapter, $company_id)
46
            ]
46
            ]
47
        ]);
47
        ]);
Línea -... Línea 48...
-
 
48
        
-
 
49
        
-
 
50
 
-
 
51
        $this->add([
-
 
52
            'name' => 'subordinates',
-
 
53
            'type' => \Laminas\Form\Element\Select::class,
-
 
54
            'attributes' => [
-
 
55
                'multiple' 	=> 'yes',
-
 
56
                'id' =>  'subordinates',
-
 
57
            ],
-
 
58
            'options' => [
-
 
59
                'disable_inarray_validator' => true,
-
 
60
                //'value_options' => $this->getSelectSubordinateOptions($adapter)
-
 
61
            ]
-
 
62
        ]);
Línea 48... Línea 63...
48
        
63
 
49
        
64
        
50
       
65