Skip to content

Commit

Permalink
Fixed issue #17197: Cannot open file browser on new surveys
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 22, 2021
1 parent f46f580 commit c8e3751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/SurveyAdministrationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,7 @@ public function actionRendersidemenulink($surveyid, $subaction)
$temp['i'] = $i;
$temp['dateformatdetails'] = getDateFormatData(App()->session['dateformat']);
$temp['oSurvey'] = $survey;
Yii::app()->session['FileManagerContext'] = "edit:survey:{$iSurveyID}";
$aTabContents[$language] = $this->renderPartial('/admin/survey/editLocalSettings_view', $temp, true);
}

Expand Down

0 comments on commit c8e3751

Please sign in to comment.