Fix create mandatory surveys - refs BT#12915

pull/2487/head
Angel Fernando Quiroz Campos 7 years ago
parent 7d077e0075
commit 288b4fa5e3
  1. 1
      main/survey/create_new_survey.php

@ -274,6 +274,7 @@ if ($form->validate()) {
// Storing the survey
$return = SurveyManager::store_survey($values);
$values['item_id'] = $return['id'];
$extraFieldValue = new ExtraFieldValue('survey');
$extraFieldValue->saveFieldValues($values);

Loading…
Cancel
Save