Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 939 Rev 941
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
                        'content' => json_decode($companySelfEvaluationTest->content),
290
                        'content' => json_decode($companySelfEvaluationTest->content),
290
                    ]
291
                    ]
291
                ];
292
                ];
Línea 292... Línea 293...
292
 
293