Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 849 Rev 850
Línea 672... Línea 672...
672
        }
672
        }
Línea 673... Línea 673...
673
 
673
 
674
        return new JsonModel($data);
674
        return new JsonModel($data);
Línea -... Línea 675...
-
 
675
    }
-
 
676
 
-
 
677
 
-
 
678
    public function importAction()
-
 
679
    {
-
 
680
 
-
 
681
        return new JsonModel(['data'=>true]);
-
 
682
    
675
    }
683
    }
676
 
684
 
677
    public function reportAction() {
685
    public function reportAction() {
678
        $currentUserPlugin = $this->plugin('currentUserPlugin');
686
        $currentUserPlugin = $this->plugin('currentUserPlugin');
Línea 701... Línea 709...
701
            ];
709
            ];
Línea 702... Línea 710...
702
 
710
 
703
            return new JsonModel($data);
711
            return new JsonModel($data);
Línea 704... Línea 712...
704
        }
712
        }
705
 
713
 
706
        if ($jobDescription->company_id != $currentCompany ? $currentCompany->id : null) {
714
        if ($jobDescription->company_id != $currentCompany->id) {
707
            $data = [
715
            $data = [
708
                'success' => false,
716
                'success' => false,