Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8672 Rev 8673
Línea 777... Línea 777...
777
    public function timelineAction()
777
    public function timelineAction()
778
    {
778
    {
779
        $currentUserPlugin = $this->plugin('currentUserPlugin');
779
        $currentUserPlugin = $this->plugin('currentUserPlugin');
780
        $currentUser = $currentUserPlugin->getUser();
780
        $currentUser = $currentUserPlugin->getUser();
781
        $currentCompany = $currentUserPlugin->getCompany();
781
        $currentCompany = $currentUserPlugin->getCompany();
-
 
782
        $data = [
-
 
783
            'success' => false,
-
 
784
            'data' => 'ERROR_REfsdfCORD_NOT_FOUND'
-
 
785
        ];
782
       
786
 
-
 
787
        return new JsonModel($data);
Línea 783... Línea 788...
783
       
788
       
784
      
789
      
Línea 785... Línea -...
785
       
-
 
786
 
-
 
787
        $request = $this->getRequest();
-
 
788
        if($request->isGet()) {
-
 
789
             
790
       
790
            $data = [
-
 
791
                'success' => false,
791
 
792
                'data' => 'ERROR_REfsdfCORD_NOT_FOUND'
792
        $request = $this->getRequest();
793
            ];
793
        if($request->isGet()) {
794
 
794