Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14307 Rev 14308
Línea 362... Línea 362...
362
            return new JsonModel($data);
362
            return new JsonModel($data);
363
        }
363
        }
Línea 364... Línea 364...
364
 
364
 
365
        if ($request->isPost()) {
365
        if ($request->isPost()) {
366
            // $result = $behaviorMapper->delete($behavior->id);
366
            // $result = $behaviorMapper->delete($behavior->id);
367
            $result = $behaviorCompetencyMapper->delete($behaviorCompetency->id);
367
            $result = $behaviorCompetencyMapper->delete($behaviorCompetency);
368
            if ($result) {
368
            if ($result) {
Línea 369... Línea 369...
369
                $this->logger->info('Se borro el tipo de competencia ' . $behavior->description, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);
369
                $this->logger->info('Se borro el tipo de competencia ' . $behavior->description, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);
370
 
370