Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 213 Rev 215
Línea 298... Línea 298...
298
                    $this->logger->info('Se actualizo el tamaño de empresa ' . $companySelfEvaluation->name, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);
298
                    $this->logger->info('Se actualizo el tamaño de empresa ' . $companySelfEvaluation->name, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);
Línea 299... Línea 299...
299
 
299
 
300
 
300
 
-
 
301
                    $data = [
-
 
302
                        'success' => true,
301
                    $data = [
303
                        'id' => $companySelfEvaluation->id,
302
                        'success' => true,
304
                        'action_edit' => $this->url()->fromRoute('self-evaluation/forms/edit', ['id' => $companySelfEvaluation->uuid]),
303
                        'data' => 'LABEL_RECORD_UPDATED'
305
                        'data' => 'LABEL_RECORD_UPDATED'
304
                    ];
306
                    ];
305
                } else {
307
                } else {