Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14283 Rev 14284
Línea 333... Línea 333...
333
                'data' => 'ERROR_RECORD_NOT_FOUND'
333
                'data' => 'ERROR_RECORD_NOT_FOUND'
334
            ];
334
            ];
Línea 335... Línea 335...
335
 
335
 
336
            return new JsonModel($data);
336
            return new JsonModel($data);
337
        }
-
 
-
 
337
        }
338
        
338
        print_r($request->isPost());
339
        if ($request->isPost()) {
339
        if ($request->isPost()) {
340
            $result = $behaviorMapper->delete($behavior);
-
 
-
 
340
            $result = $behaviorMapper->delete($behavior);
341
            print_r($result);
341
            
342
            if ($result) {
342
            if ($result) {
Línea 343... Línea 343...
343
                $this->logger->info('Se borro el tipo de competencia ' . $behavior->description, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);
343
                $this->logger->info('Se borro el tipo de competencia ' . $behavior->description, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);
344
 
344