Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17108 Rev 17109
Línea 69... Línea 69...
69
            'attributes' => [
69
            'attributes' => [
70
                'id' => 'status',
70
                'id' => 'status',
71
            ]
71
            ]
72
        ]);
72
        ]);
Línea 73... Línea -...
73
        
-
 
74
        $this->add([
-
 
75
            'name' => 'capsule_uuid',
-
 
76
            'type' => \Laminas\Form\Element\Select::class,
-
 
77
            'attributes' => [
-
 
78
                'multiple' => 'multiple',
-
 
79
                'id' => 'capsule_uuid',
-
 
80
                'class' => 'form-control'
-
 
81
            ],
-
 
82
            'options' => [
-
 
83
                'label' => 'LABEL_CAPSULES',
-
 
84
                'disable_inarray_validator' => true,
-
 
85
                'value_options' => []
-
 
86
            ]
73
        
Línea 87... Línea 74...
87
        ]);
74
 
88
        
75