Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 364 Rev 365
Línea 226... Línea 226...
226
            $dataPost = $request->getPost()->toArray();
226
            $dataPost = $request->getPost()->toArray();
227
            $form->setData($dataPost);
227
            $form->setData($dataPost);
Línea 228... Línea 228...
228
          
228
          
-
 
229
 
-
 
230
            if ($form->isValid()) {
-
 
231
                
-
 
232
                $selfEvaluationTest = new CompanySelfEvaluationTest();
Línea 229... Línea 233...
229
 
233
                $selfEvaluationTest->status = $dataPost['status'];
Línea 230... Línea 234...
230
            if ($form->isValid()) {
234
                $selfEvaluationTest->content = $dataPost['content'];
231
 
235
 
232
 
236
 
233
                $result = $companySelfEvaluationTestMapper->update($form, $testMapper->id);
237
                $result = $companySelfEvaluationTestMapper->update($selfEvaluationTest, $testMapper->id);