Skip to content

Commit 7fc918b

Browse files
committed
[spalenque] - #13349 * enable page free text tagging stats for group FreeTextTagging
1 parent db069c5 commit 7fc918b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sangria/code/SangriaPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final class SangriaPage_Controller extends AdminController implements Permission
4040
function init()
4141
{
4242

43-
if ($this->request->param('Action') == 'ViewSurveyFreeAnswersList') {
43+
if ($this->request->param('Action') == 'ViewSurveyFreeAnswersList' || $this->request->param('Action') == 'ViewSurveyFreeAnswersStats') {
4444
if (!Permission::check("FREE_TEXT_TAGGING_ACCESS")) {
4545
return Security::permissionFailure();
4646
}

0 commit comments

Comments
 (0)