Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 433 Rev 435
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 286... Línea -...
286
 
-
 
287
                $data = [
-
 
288
                        'success' => true,
-
 
289
                        'data' => $dataPost
-
 
290
                    ];
-
 
291
 
-
 
292
                return new JsonModel($data);
-
 
Línea 293... Línea 286...
293
 
286
 
294
 
287
 
Línea 295... Línea 288...
295
                //Check if the form is already registered
288
                //Check if the form is already registered