Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 431 Rev 433
Línea 282... Línea 282...
282
                $selfEvaluationTest->form_id = $companySelfEvaluationForm->id;
282
                $selfEvaluationTest->form_id = $companySelfEvaluationForm->id;
283
                $selfEvaluationTest->user_id = $currentUser->id;
283
                $selfEvaluationTest->user_id = $currentUser->id;
284
                $selfEvaluationTest->status = $dataPost['status'];
284
                $selfEvaluationTest->status = $dataPost['status'];
285
                $selfEvaluationTest->content = $dataPost['content'];
285
                $selfEvaluationTest->content = $dataPost['content'];
Línea -... Línea 286...
-
 
286
 
-
 
287
                $data = [
-
 
288
                        'success' => true,
-
 
289
                        'data' => $dataPost
-
 
290
                    ];
-
 
291
 
-
 
292
                return new JsonModel($data);
Línea 286... Línea 293...
286
 
293
 
287
 
294
 
Línea 288... Línea 295...
288
                //Check if the form is already registered
295
                //Check if the form is already registered