View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
09198Bug reportsTheme editorpublic2014-12-09 19:43
Reporterphilg Assigned ToDenisChenu  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.05+ 
Fixed in Version2.05+ 
Summary09198: complete group's navigation can stop before clicked group
Description

When use complete navigation by group for a survey, the link in this navigation don't go on the godd group. for example, if i have 5 items and i click on the last one to go to the item5, that's the third group wich is load.
We solve the solution by editong the application/helpers/expressions/em_manager_helper.php file on line 5495 like this :
if ($LEM->currentGroupSeq==$seq){
$result = $LEM->_ValidateGroup($LEM->currentGroupSeq);
} else {
$result = $LEM->_ValidateGroup($seq);
}

TagsNo tags attached.
Attached Files
Bug heat8
Complete LimeSurvey version number (& build)e07db882a488e0eb5338dc192dd9
I will donate to the project if issue is resolvedNo
BrowserChrome
Database type & versionMysql
Server OS (if known)Linux Debian
Webserver software & version (if known)apache
PHP VersionPHP 5.4.4-14+deb7u14

Relationships

related to 08806 closedDenisChenu questionindex to 2 allow invalid survey submitted 
parent of 09389 closedDenisChenu Problem with tableau if the question is not mandatory and if I do not respond another question 
parent of 09395 closedDenisChenu All in one survey with mandatory array show like an error 
related to 09285 closedDenisChenu Index complet + mandatory question :undefined notice 
related to 09328 closedDenisChenu Language changer causes warning for mandatory questions 

Users monitoring this issue

duvemyster

Activities

DenisChenu

DenisChenu

2014-09-01 09:38

developer   ~30454

Only if there are error in third group, no ?

Please : allways provide a lss test file.

jmguilla

jmguilla

2014-09-04 16:39

reporter   ~30477

Hello All!
Same problem but on a Windows7 host...
It only does this when you have mandatory questions in the middle...
See the .lss...

DenisChenu

DenisChenu

2014-10-17 08:18

developer   ~30804

Please try and do a lot of different test with https://github.com/LimeSurvey/LimeSurvey/pull/227

DenisChenu

DenisChenu

2014-11-01 17:59

developer   ~30900

@philg and @jmguilla
Please test https://github.com/LimeSurvey/LimeSurvey/pull/227 with some different survey and survey setings.

Maybe with allow save, token and persistence enable

And report here or at github

DenisChenu

DenisChenu

2014-11-13 16:33

developer   ~30976

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14619

c_schmitz

c_schmitz

2014-11-13 17:11

administrator   ~30980

Version 2.05 Build 141113 released

Related Changesets

LimeSurvey: master be983708

2014-11-01 16:47:55

DenisChenu

Details Diff
Fixed issue 09328: Language changer causes warning for mandatory questions
Fixed issue 09285: Index complet + mandatory question :undefined notice
Fixed issue 09198: complete group's navigation can stop before clicked group
Fixed issue 08806: questionindex to 2 allow invalid survey submitted
Dev: use $force in _validateGroup and _validateQuestion
Dev: this allow save value in DB for equation and some other, but never return error.
Dev: update EM, then need testing
Affected Issues
08806, 09198, 09285, 09328
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File

Issue History

Date Modified Username Field Change
2014-09-01 09:13 philg New Issue
2014-09-01 09:38 DenisChenu Relationship added related to 08806
2014-09-01 09:38 DenisChenu Note Added: 30454
2014-09-04 16:39 jmguilla File Added: limesurvey_survey_112165.lss
2014-09-04 16:39 jmguilla Note Added: 30477
2014-10-09 00:16 duvemyster Issue Monitored: duvemyster
2014-10-09 16:37 DenisChenu Relationship added related to 09285
2014-10-15 16:00 DenisChenu Assigned To => DenisChenu
2014-10-15 16:00 DenisChenu Status new => assigned
2014-10-17 08:18 DenisChenu Note Added: 30804
2014-11-01 17:46 DenisChenu Summary problem with complete group's navigation => complete group's navigation can stop before clicked group
2014-11-01 17:48 DenisChenu Relationship added related to 09328
2014-11-01 17:59 DenisChenu Note Added: 30900
2014-11-13 16:33 DenisChenu Changeset attached => LimeSurvey master be983708
2014-11-13 16:33 DenisChenu Note Added: 30976
2014-11-13 16:33 DenisChenu Resolution open => fixed
2014-11-13 16:38 DenisChenu Status assigned => resolved
2014-11-13 16:38 DenisChenu Fixed in Version => 2.05+
2014-11-13 17:11 c_schmitz Note Added: 30980
2014-11-13 17:11 c_schmitz Status resolved => closed
2014-12-05 16:03 DenisChenu Relationship added parent of 09389
2014-12-09 19:43 DenisChenu Relationship added parent of 09395
2015-12-11 14:40 c_schmitz Category Templates => Theme editor