Skip to content

Commit

Permalink
Fixed issue #7658: Group preview expressions not working right after …
Browse files Browse the repository at this point in the history
…import
  • Loading branch information
c-schmitz committed Mar 13, 2013
1 parent 8445517 commit 9a4282c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion application/helpers/admin/import_helper.php
Expand Up @@ -4628,7 +4628,13 @@ function TSVImportSurvey($sFullFilepath)
{
$result = Survey::model()->deleteSurvey($iNewSID);
}

else
{
LimeExpressionManager::SetSurveyId($iNewSID);
LimeExpressionManager::RevertUpgradeConditionsToRelevance($iNewSID);
LimeExpressionManager::UpgradeConditionsToRelevance($iNewSID);
}

return $results;
}

0 comments on commit 9a4282c

Please sign in to comment.