Skip to content

Commit

Permalink
Fixed issue #17688: When importing a group with question with default…
Browse files Browse the repository at this point in the history
… value, default values are not imported (#2132)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Nov 8, 2021
1 parent 421eac5 commit 092aadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/import_helper.php
Expand Up @@ -457,7 +457,7 @@ function XMLImportGroup($sFullFilePath, $iNewSID, $bTranslateLinksFields)


// Import defaultvalues ------------------------------------------------------
importDefaultValues($xml, $aLanguagesSupported, $aQIDReplacements, $results);
importDefaultValues($xml, $importlanguages, $aQIDReplacements, $results);

// Import conditions --------------------------------------------------------------
if (isset($xml->conditions)) {
Expand Down

0 comments on commit 092aadb

Please sign in to comment.