Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7366 | Rev 7369 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7366 Rev 7367
Línea 568... Línea 568...
568
    {
568
    {
569
        $currentUserPlugin = $this->plugin('currentUserPlugin');
569
        $currentUserPlugin = $this->plugin('currentUserPlugin');
570
        $currentUser = $currentUserPlugin->getUser();
570
        $currentUser = $currentUserPlugin->getUser();
571
        $currentCompany = $currentUserPlugin->getCompany();
571
        $currentCompany = $currentUserPlugin->getCompany();
Línea 572... Línea -...
572
       
-
 
-
 
572
       
573
 
573
        $id =  $this->params()->fromRoute('id');
574
        $type   = $this->params()->fromRoute('type');
574
        $type   = $this->params()->fromRoute('type');
-
 
575
 
-
 
576
        $response = [
-
 
577
            'success' => false,
-
 
578
            'data' => $id
-
 
579
        ];
-
 
580
        
-
 
581
        
575
     
582
        return new JsonModel($response);
576
        $request = $this->getRequest();
583
        $request = $this->getRequest();
Línea 577... Línea 584...
577
        if($request->isGet()) {
584
        if($request->isGet()) {