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 25... Línea 25...
25
        
25
        
Línea 26... Línea 26...
26
        $this->setInputFilter(new PlanningGoalHeaderFilter());
26
        $this->setInputFilter(new PlanningGoalHeaderFilter());
27
 
27
 
28
        $this->add([
28
        $this->add([
29
            'name' => 'period_id',
29
            'name' => 'period_id',
30
            'type' => \Laminas\Form\Element\SELECT::class,
30
            'type' => \Laminas\Form\Element\Select::class,
31
            'attributes' => [
31
            'attributes' => [
32
                'id' 			=> 'period_id',
32
                'id' 			=> 'period_id',
33
            ],
33
            ],
Línea 37... Línea 37...
37
        ]);
37
        ]);
Línea 38... Línea 38...
38
        
38
        
39
        
39
        
40
        $this->add([
40
        $this->add([
41
            'name' => 'objective_id',
41
            'name' => 'objective_id',
42
            'type' => \Laminas\Form\Element\SELECT::class,
42
            'type' => \Laminas\Form\Element\Select::class,
43
            'attributes' => [
43
            'attributes' => [
44
                'id' 			=> 'objective_id',
44
                'id' 			=> 'objective_id',
45
            ],
45
            ],
46
            'options' => [
46
            'options' => [
47
                'value_options' => $this->plannigObjective($dbAdapter, $company_id)
47
                'value_options' => $this->plannigObjective($dbAdapter, $company_id)
Línea 48... Línea 48...
48
            ]
48
            ]
49
        ]);
49
        ]);
50
        
50
        
51
        $this->add([
51
        $this->add([
52
            'name' => 'goal_id',
52
            'name' => 'goal_id',
53
            'type' => \Laminas\Form\Element\SELECT::class,
53
            'type' => \Laminas\Form\Element\Select::class,
54
            'attributes' => [
54
            'attributes' => [
55
                'id' 			=> 'goal_id',
55
                'id' 			=> 'goal_id',