Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8673 Rev 8679
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
        ];
-
 
786
 
782
        
787
        return new JsonModel($data);
-
 
Línea 788... Línea 783...
788
       
783