View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
10241Bug reportsSurvey takingpublic2016-01-27 10:48
Reporterfvanderstarre Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.06+ 
Fixed in Version2.06+ 
Summary10241: [2.06+] Survey welcome is displayed even when "Show welcome screen" is set to "No"
Description

Survey welcome is displayed even when setting "Show welcome screen" is set to "No"

Steps To Reproduce

Execute a survey with "Show welcome screen" set to "No"

Additional Information

This happens also with "default" template

TagsNo tags attached.
Attached Files
limesurvey206plus-build160121_bug_welcome_not.txt (1,546 bytes)   
*** limesurvey206plus-build160121_orig/application/helpers/SurveyRuntimeHelper.php_orig 2016-01-22 15:31:09.567208595 +0900
--- limesurvey206plus-build160121_orig/application/helpers/SurveyRuntimeHelper.php      2016-01-22 15:34:06.813185615 +0900
***************
*** 268,278 ****
                      // BUG: This will CLEAR and SAVE IN DB the last question group to NULL if it's still in the cookie (which it is if same browser is used).
                      //$moveResult = LimeExpressionManager::NavigateForwards();

                      // Jump WITHOUT saving anything (needed for e-mail link).
                      LimeExpressionManager::JumpTo(1, false, false, true);
-
-                     // TODO: Delete this line?
-                     //$_SESSION[$LEMsessid]['step']=1;
                  }
              }
              elseif($surveyid != LimeExpressionManager::getLEMsurveyId())
--- 268,278 ----
                      // BUG: This will CLEAR and SAVE IN DB the last question group to NULL if it's still in the cookie (which it is if same browser is used).
                      //$moveResult = LimeExpressionManager::NavigateForwards();

+                     // Fixed TODO, skip welcome page control.
+                     $_SESSION[$LEMsessid]['step']=1;
+
                      // Jump WITHOUT saving anything (needed for e-mail link).
                      LimeExpressionManager::JumpTo(1, false, false, true);
                  }
              }
              elseif($surveyid != LimeExpressionManager::getLEMsurveyId())

Bug heat4
Complete LimeSurvey version number (& build)2.06+ build 160121
I will donate to the project if issue is resolvedNo
BrowserAny
Database type & versionMS SQL server 2008R2 10.50.6220 (X64)
Server OS (if known)DB server: Windows NT 6.1 <X64> build 7601 SP1
Webserver software & version (if known)Linux RHEL 7, Apache 2.4.6
PHP Version5.6.16

Users monitoring this issue

There are no users monitoring this issue.

Activities

saito

saito

2016-01-23 13:29

reporter   ~34372

yes too me, please apply it.

fvanderstarre

fvanderstarre

2016-01-26 07:49

reporter   ~34392

Issue appears to be fixed in build 160123.

Issue History

Date Modified Username Field Change
2016-01-22 15:34 fvanderstarre New Issue
2016-01-23 13:27 saito File Added: limesurvey206plus-build160121_bug_welcome_not.txt
2016-01-23 13:29 saito Note Added: 34372
2016-01-26 07:49 fvanderstarre Note Added: 34392
2016-01-27 10:48 c_schmitz Status new => closed
2016-01-27 10:48 c_schmitz Assigned To => c_schmitz
2016-01-27 10:48 c_schmitz Resolution open => fixed
2016-01-27 10:48 c_schmitz Fixed in Version => 2.06+