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

QE-903: fixed a bug regarding deactivate screen #3850

Merged
merged 1 commit into from
May 16, 2024

Conversation

lajosarpad
Copy link
Contributor

Fixed issue #:
New feature #:
Dev:
On core the expiry or deactivation screen was skipped, this PR is created to remedy that issue

@kevin-foster-uk kevin-foster-uk self-assigned this May 16, 2024
@kevin-foster-uk kevin-foster-uk merged commit aa5b9e4 into develop May 16, 2024
21 checks passed
@kevin-foster-uk kevin-foster-uk deleted the bug/QE-903-deactivate-screen branch May 16, 2024 06:57
$aData['sid'] = $iSurveyID;
$aData['title_bar']['title'] = $survey->currentLanguageSettings->surveyls_title . " (" . gT("ID") . ":" . $iSurveyID . ")";
$aData['topBar']['hide'] = true;
$ok = Yii::app()->request->getPost('ok');
Copy link
Contributor

Choose a reason for hiding this comment

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

Please rename variable $ok and param 'ok', as already mentioned in other PRs

$aData['topBar']['hide'] = true;
$ok = Yii::app()->request->getPost('ok');

if ($ok == '') {
Copy link
Contributor

Choose a reason for hiding this comment

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

i am not quite sure what this part of the code is supposed to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants