Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4529 Rev 4530
Línea 141... Línea 141...
141
                $records = $paginator->getCurrentItems();
141
                $records = $paginator->getCurrentItems();
Línea 142... Línea 142...
142
               
142
               
143
                foreach($records as $record)
143
                foreach($records as $record)
Línea -... Línea 144...
-
 
144
                {
-
 
145
 
144
                {
146
                   
145
 
147
 
146
                    $recordsGoals = $planningObjectivesAndGoalsGoalsMapper->fetchAll($record->id);
148
                    $recordsGoals = $planningObjectivesAndGoalsGoalsMapper->fetchAll($record->id);
147
                    $costObjective=0;
149
                    $costObjective=0;
148
                    $indicatorObjective=0;
150
                    $indicatorObjective=0;
Línea 357... Línea 359...
357
 
359
 
Línea 358... Línea -...
358
 
-
 
359
 
-
 
360
     public function editAction(){
-
 
361
 
-
 
362
        $data = [
-
 
363
            'success'   => true,
-
 
364
            'data'   => 'hola'
-
 
365
        ];
-
 
366
        
360
 
367
        return new JsonModel($data);
361
 
368
 
362
     public function editAction(){
369
 
363
 
370
        $currentUserPlugin = $this->plugin('currentUserPlugin');
364
        $currentUserPlugin = $this->plugin('currentUserPlugin');