Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16785 Rev 16802
Línea 23... Línea 23...
23
        
23
        
Línea 24... Línea 24...
24
        $this->setInputFilter(new PlanningGoalHeaderFilter());
24
        $this->setInputFilter(new PlanningGoalHeaderFilter());
25
 
25
 
26
        $this->add([
26
        $this->add([
27
            'name' => 'period_id',
27
            'name' => 'period_id',
28
            'type' => \Laminas\Form\Element\SELECT::class,
28
            'type' => \Laminas\Form\Element\Select::class,
29
            'attributes' => [
29
            'attributes' => [
30
                'id' 			=> 'period_id',
30
                'id' 			=> 'period_id',
31
            ],
31
            ],
Línea 35... Línea 35...
35
        ]);
35
        ]);
Línea 36... Línea 36...
36
        
36
        
37
        
37
        
38
        $this->add([
38
        $this->add([
39
            'name' => 'objective_id',
39
            'name' => 'objective_id',
40
            'type' => \Laminas\Form\Element\SELECT::class,
40
            'type' => \Laminas\Form\Element\Select::class,
41
            'attributes' => [
41
            'attributes' => [
42
                'id' 			=> 'objective_id',
42
                'id' 			=> 'objective_id',
43
            ],
43
            ],