View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09573Bug reportsSurvey takingpublic2015-05-08 09:16
ReporterDenisChenu Assigned ToDenisChenu  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.05+ 
Fixed in Version2.05+ 
Summary09573: Question by question survey : Empty mandatory subquestion are not shwon with error
Description

In question by question mode : Empty mandatory subquestion are not shwon with error

Steps To Reproduce

Import lss file, go on click next

Additional Information

_validateQuestion return mandViolation but JumpTo remove it.

Stangely we use JumpTo and not moveForward

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)150318
I will donate to the project if issue is resolvedNo
Browsernot relevant
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Versionnot relevant

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2015-03-18 11:39

developer   ~31844

($LEM->maxGroupSeq > $LEM->currentGroupSeq)
replace by
($LEM->numQuestions > $LEM->currentQuestionSeq)

Seem better, but have to track other error.

DenisChenu

DenisChenu

2015-03-18 18:12

developer   ~31850

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

DenisChenu

DenisChenu

2015-03-19 19:42

developer   ~31868

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

DenisChenu

DenisChenu

2015-03-24 15:38

developer   ~31895

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

c_schmitz

c_schmitz

2015-05-08 09:16

administrator   ~32124

2.05+ Build 150508 released

Related Changesets

LimeSurvey: master bb678191

2015-03-18 17:12:37

DenisChenu

Details Diff
Fixed issue 09573: Question by question survey : Empty mandatory subquestion are not shown with error
Dev: Question by question mode test Group number and Group step
Dev: Replace to test same but with Question
Affected Issues
09573
mod - application/helpers/expressions/em_manager_helper.php Diff File

LimeSurvey: master db948aa1

2015-03-19 18:42:09

DenisChenu

Details Diff
Dev: refix issue 09573: Question by question survey : This time : it's always shown an error
Dev: for jumpTo : use the old system with group ... must be review surely ...
Affected Issues
09573
mod - application/helpers/expressions/em_manager_helper.php Diff File

LimeSurvey: 2.06 c4d2a2d2

2015-03-24 14:37:32

DenisChenu

Details Diff
Fixed issue 09573: Question by question survey : Empty mandatory subquestion are not shown with error
Dev: Question by question mode test Group number and Group step
Dev: Replace to test same but with Question, adding a maxQuestionSeq var
Dev: review sole error returned, don't really understand why we return valid to false by default ?
Affected Issues
09573
mod - application/helpers/expressions/em_manager_helper.php Diff File

Issue History

Date Modified Username Field Change
2015-03-18 11:35 DenisChenu New Issue
2015-03-18 11:35 DenisChenu Status new => assigned
2015-03-18 11:35 DenisChenu Assigned To => DenisChenu
2015-03-18 11:38 DenisChenu File Added: limesurvey_survey_821929.lss
2015-03-18 11:39 DenisChenu Note Added: 31844
2015-03-18 18:12 DenisChenu Changeset attached => LimeSurvey master bb678191
2015-03-18 18:12 DenisChenu Note Added: 31850
2015-03-18 18:12 DenisChenu Resolution open => fixed
2015-03-19 19:42 DenisChenu Changeset attached => LimeSurvey master db948aa1
2015-03-19 19:42 DenisChenu Note Added: 31868
2015-03-24 15:38 DenisChenu Changeset attached => LimeSurvey 2.06 c4d2a2d2
2015-03-24 15:38 DenisChenu Note Added: 31895
2015-03-24 17:14 DenisChenu Status assigned => resolved
2015-03-24 17:14 DenisChenu Fixed in Version => 2.05+
2015-05-08 09:16 c_schmitz Note Added: 32124
2015-05-08 09:16 c_schmitz Status resolved => closed