Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16785 Rev 16927
Línea 151... Línea 151...
151
                
151
                
152
                $objectives = [];
152
                $objectives = [];
153
                $goals = [];
153
                $goals = [];
Línea -... Línea 154...
-
 
154
                $planningObjectiveMapper = PlanningObjectiveMapper::getInstance($this->adapter);
154
                $planningObjectiveMapper = PlanningObjectiveMapper::getInstance($this->adapter);
155
                
155
                
156
  
Línea 156... Línea 157...
156
                if(empty($objective_id)) {
157
                if(empty($objective_id)) {
Línea 288... Línea 289...
288
                $paginator = $planningTaskMapper->fetchAllDataTableByCompanyIdAndGoalId($planningGoal->company_id, $planningGoal->id, $search, $page, $records_x_page, $order_field, $order_direction);
289
                $paginator = $planningTaskMapper->fetchAllDataTableByCompanyIdAndGoalId($planningGoal->company_id, $planningGoal->id, $search, $page, $records_x_page, $order_field, $order_direction);
Línea 289... Línea 290...
289
                
290
                
290
                
291
                
-
 
292
                $items = [];
Línea 291... Línea 293...
291
                $items = [];
293
                $records = $paginator->getCurrentItems();
292
                $records = $paginator->getCurrentItems();
294
        
293
                
295
                
294
                foreach($records as $record)
296
                foreach($records as $record)