View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
05280Bug reportsSurvey participants (Tokens)public2011-06-21 14:31
Reporteruser14542Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.91+ 
Fixed in Version1.91+ 
Summary05280: impossible to edit answers after completion
Description

It is impossible to edit answers after completion - again, previouslz reported as issue 04917. There are the same wrong if's in index.php as reported in there at lines:
678
if ($tkresult->RecordCount()==0 || $areTokensUsed)
2459
if (!$tkexist || $areTokensUsed)

instead $areTokensUsed should be:
($areTokensUsed && $thissurvey['alloweditaftercompletion'] != 'Y')
as implemented at line 2503

Steps To Reproduce

edit answers after completion = YES

1) Click the link in the email sent by LimeSurvey.
2) Submit answers.
3) Click again the link in the email. (URL with sid and token)
4) The error message is shown.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)10267
I will donate to the project if issue is resolvedNo
Browser
Database type & versionN
Server OS (if known)N
Webserver software & version (if known)N
PHP VersionN

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2011-06-19 19:38

administrator   ~15512

Thank you very much! Fixed in rev 10294

c_schmitz

c_schmitz

2011-06-21 14:31

administrator   ~15535

New version released

Issue History

Date Modified Username Field Change
2011-06-17 02:14 user14542 New Issue
2011-06-18 13:32 c_schmitz Assigned To => c_schmitz
2011-06-18 13:32 c_schmitz Status new => assigned
2011-06-19 19:38 c_schmitz Note Added: 15512
2011-06-19 19:38 c_schmitz Status assigned => resolved
2011-06-19 19:38 c_schmitz Fixed in Version => 1.91+
2011-06-19 19:38 c_schmitz Resolution open => fixed
2011-06-21 14:31 c_schmitz Note Added: 15535
2011-06-21 14:31 c_schmitz Status resolved => closed
2016-12-08 10:39 c_schmitz Category Tokens => Survey participants (Tokens)