Proyectos de Subversion LeadersLinked - Backend

Rev

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

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