Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11092 Rev 11096
Línea 419... Línea 419...
419
            ];
419
            ];
Línea 420... Línea 420...
420
            
420
            
421
            return new JsonModel($data);
421
            return new JsonModel($data);
Línea 422... Línea 422...
422
        }
422
        }
423
 
423
 
424
        $objective_uuid = $this->params()->fromRoute('uuid_objective');
424
        $objective_uuid = $this->params()->fromRoute('objective_id');
425
        if(!$objective_uuid) {
425
        if(!$objective_uuid) {
426
            $data = [
426
            $data = [
427
                'success'   => false,
427
                'success'   => false,
Línea 547... Línea 547...
547
            ];
547
            ];
Línea 548... Línea 548...
548
 
548
 
549
            return new JsonModel($data);
549
            return new JsonModel($data);
Línea 550... Línea 550...
550
        }
550
        }
551
 
551
 
552
        $objective_uuid = $this->params()->fromRoute('uuid_objective');
552
        $objective_uuid = $this->params()->fromRoute('objective_id');
553
        if(!$objective_uuid) {
553
        if(!$objective_uuid) {
554
            $data = [
554
            $data = [
555
                'success'   => false,
555
                'success'   => false,