Navigation Menu

Skip to content

Commit

Permalink
Fixed issue #16598--Statistics--Criteria-not-cleared-for-text-questio…
Browse files Browse the repository at this point in the history
…n-results

Dev: Merge pull request #1573 from gabrieljenik/bug/16598--Statistics--Criteria-not-cleared-for-text-question-results
  • Loading branch information
olleharstedt committed Sep 18, 2020
2 parents bef59ad + dd50161 commit c829e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/helpers/admin/statistics_helper.php
Expand Up @@ -3719,6 +3719,8 @@ public function generate_html_chartjs_statistics($surveyid, $allfields, $q2show

//add filter criteria to SQL
$query .= implode(" AND ", $selects);
} else {
unset(Yii::app()->session['statistics_selects_'.$surveyid]);
}

//get me some data Scotty
Expand Down

0 comments on commit c829e84

Please sign in to comment.