Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17002 Rev 17108
Línea 68... Línea 68...
68
            'attributes' => [
68
            'attributes' => [
69
                'id' => 'status',
69
                'id' => 'status',
70
            ]
70
            ]
71
        ]);
71
        ]);
Línea -... Línea 72...
-
 
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,
72
        
84
                'value_options' => []
73
 
85
            ]
Línea 74... Línea 86...
74
 
86
        ]);
75
        
87