View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
15738Bug reportsSurvey editingpublic2020-01-27 10:13
ReporterWaterlijn Assigned Top_teichmann  
PrioritynoneSeveritytrivial 
Status closedResolutionfixed 
Product Version4.0.0dev 
Summary15738: Welcome and Description texts are mixed up
Description

When you open the survey, the Welcome text is in the Description field and vice versa.

Steps To Reproduce

Open/Save text (and again)

Additional Information

./application/controllers/admin/surveyadmin.php
line
2094 $aReturner["welcome"][$sLanguage] = $oSurvey->languagesettings[$sLanguage]->surveyls_description;
2095 $aReturner["description"][$sLanguage] = $oSurvey->languagesettings[$sLanguage]->surveyls_welcometext;

This should be:
2094 $aReturner["description"][$sLanguage] = $oSurvey->languagesettings[$sLanguage]->surveyls_description;
2095 $aReturner["welcome"][$sLanguage] = $oSurvey->languagesettings[$sLanguage]->surveyls_welcometext;

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)4.0.0 200116
I will donate to the project if issue is resolvedNo
Browser
Database type & versionn/a
Server OS (if known)
Webserver software & version (if known)
PHP Versionn/a

Users monitoring this issue

There are no users monitoring this issue.

Activities

p_teichmann

p_teichmann

2020-01-20 12:42

administrator   ~55378

Last edited: 2020-01-20 12:42

Fix committed to master branch: https://github.com/LimeSurvey/LimeSurvey/commit/45e04fedfbbbf46a5ad63cd5c1a2397eaa8cd429

lime_release_bot

lime_release_bot

2020-01-27 10:13

administrator   ~55476

Fixed in Release 4.0.1+200120

Related Changesets

LimeSurvey: master 45e04fed

2020-01-20 12:41:50

p_teichmann

Details Diff
Fixed issue 15738: Welcome and Description texts are mixed up for survey texts Affected Issues
15738
mod - application/controllers/admin/surveyadmin.php Diff File

Issue History

Date Modified Username Field Change
2020-01-18 18:10 Waterlijn New Issue
2020-01-20 12:09 p_teichmann Assigned To => p_teichmann
2020-01-20 12:09 p_teichmann Status new => assigned
2020-01-20 12:42 p_teichmann Changeset attached => LimeSurvey master 45e04fed
2020-01-20 12:42 p_teichmann Note Added: 55378
2020-01-20 12:42 p_teichmann Resolution open => fixed
2020-01-20 12:42 p_teichmann Note Edited: 55378
2020-01-20 12:43 p_teichmann Status assigned => resolved
2020-01-27 10:13 lime_release_bot Note Added: 55476
2020-01-27 10:13 lime_release_bot Status resolved => closed