Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 941 Rev 1098
Línea 284... Línea 284...
284
                        'id' => $companySelfEvaluationTest->id,
284
                        'id' => $companySelfEvaluationTest->id,
285
                        'name' => $companySelfEvaluationForm->name,
285
                        'name' => $companySelfEvaluationForm->name,
286
                        'text' => $companySelfEvaluationForm->text,
286
                        'text' => $companySelfEvaluationForm->text,
287
                        'user' => $userMapper->first_name . ' ' . $userMapper->last_name,
287
                        'user' => $userMapper->first_name . ' ' . $userMapper->last_name,
288
                        'status' => $companySelfEvaluationTest->status,
288
                        'status' => $companySelfEvaluationTest->status,
289
                        'comments'=>$companySelfEvaluationTest->comments,
289
                        'comments' => $companySelfEvaluationTest->comments,
290
                        'content' => json_decode($companySelfEvaluationTest->content),
290
                        'content' => json_decode($companySelfEvaluationTest->content),
291
                    ]
291
                    ]
292
                ];
292
                ];
Línea 293... Línea 293...
293
 
293