Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4672 Rev 4677
Línea 179... Línea 179...
179
                if (!$survey->status) {
179
                if (!$survey->status) {
180
                    $survey->status = Survey::STATUS_INACTIVE;
180
                    $survey->status = Survey::STATUS_INACTIVE;
181
                }
181
                }
182
                $survey->company_id = $currentCompany->id;
182
                $survey->company_id = $currentCompany->id;
Línea -... Línea 183...
-
 
183
 
-
 
184
                $surveyFormMapper = SurveyFormMapper::getInstance($this->adapter);
-
 
185
                $surveyForm = $surveyFormMapper->fetchOneByUuid($dataPost['form_id']);
-
 
186
                $survey->form_id = $surveyForm->id;
Línea 183... Línea 187...
183
 
187
 
184
 
188
 
Línea 185... Línea 189...
185
                $surveyMapper = SurveyMapper::getInstance($this->adapter);
189
                $surveyMapper = SurveyMapper::getInstance($this->adapter);