Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #15989: Blank page after granting user groups survey permissions. #1559

Conversation

gabrieljenik
Copy link
Collaborator

Missing closing DIV

@sushmanadendlals
Copy link

Working as expected. Please refer mantis for more details

@sushmanadendlals sushmanadendlals added the Tested OK This PR has been tested by QA and works as expected label Aug 20, 2020
@@ -669,7 +669,7 @@ function surveyright($surveyid)
Yii::app()->request->redirect(Yii::app()->getController()->createUrl('admin/surveypermission/sa/view', array('surveyid'=>$surveyid)));
}
$addsummary .= "<br/><input class='btn btn-default' type=\"submit\" onclick=\"window.open('".$this->getController()->createUrl('admin/surveypermission/sa/view/surveyid/'.$surveyid)."', '_top')\" value=\"".gT("Continue")."\"/>\n";
$addsummary .= "</div></div></div>\n";
$addsummary .= "</div></div></div></div>\n";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@olleharstedt olleharstedt merged commit 0cb653c into LimeSurvey:3.x-LTS Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tested OK This PR has been tested by QA and works as expected
Projects
None yet
3 participants