View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
05410Bug reportsImport/Exportpublic2012-01-30 18:41
Reporterstribor Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.91+ 
Fixed in Version1.92RC3 
Summary05410: INSERTANS tags are not converted when importing a question group
Description

i have question 1 which is mutliple choice...
then in following question i have this inside the body
var a = "{INSERTANS:42555X1X3SQ001}";
var b = "{INSERTANS:42555X1X3SQ002}";
var c = "{INSERTANS:42555X1X3SQ003}";
so now when i import this group that contains these 2 questions into the new survey this stays the same..
var a = "{INSERTANS:42555X1X3SQ001}";
var b = "{INSERTANS:42555X1X3SQ002}";
var c = "{INSERTANS:42555X1X3SQ003}";

It should be...

var a = "{INSERTANS:newSurvey#XnewGroup#XnewQuestion#}";
var b = "{INSERTANS:newSurvey#XnewGroup#XnewQuestion#}";
var c = "{INSERTANS:newSurvey#XnewGroup#XnewQuestion#}";

Steps To Reproduce
  1. click export survey(by default convert resources checked).
  2. in new survey click create question group(chose import group)
  3. Imports fine no errors it just doesn't convert INSERTANS
TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)1.91
I will donate to the project if issue is resolvedNo
Browser
Database type & versionmysql
Server OS (if known)linux
Webserver software & version (if known)Apache
PHP VersionPHP Version 5.2.6-1+lenny13

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2011-08-24 13:33

administrator   ~16128

It looks like this is just not implemented. "Convert resource links" does not mean INSERTANS tags.

TMSWhite

TMSWhite

2012-01-20 16:36

reporter   ~16868

This works fine in 1.92, even with dual scale SGQA codes

c_schmitz

c_schmitz

2012-01-30 18:41

administrator   ~17072

1.92RC3 released

Issue History

Date Modified Username Field Change
2011-08-19 16:51 stribor New Issue
2011-08-19 17:02 stribor File Added: limesurvey_survey_42555.lss
2011-08-23 09:59 c_schmitz Assigned To => c_schmitz
2011-08-23 09:59 c_schmitz Status new => assigned
2011-08-24 13:33 c_schmitz View Status private => public
2011-08-24 13:33 c_schmitz Summary Convert resource links does not convert when importing => INSERTANS tags are not converted when importing a question group
2011-08-24 13:33 c_schmitz File Deleted: limesurvey_survey_42555.lss
2011-08-24 13:33 c_schmitz Note Added: 16128
2011-08-24 13:33 c_schmitz Status assigned => confirmed
2011-09-02 00:29 c_schmitz Status confirmed => acknowledged
2012-01-20 16:36 TMSWhite Note Added: 16868
2012-01-20 16:36 TMSWhite Status acknowledged => resolved
2012-01-20 16:36 TMSWhite Resolution open => fixed
2012-01-24 21:38 c_schmitz Fixed in Version => 1.92RC3
2012-01-30 18:41 c_schmitz Note Added: 17072
2012-01-30 18:41 c_schmitz Status resolved => closed