View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06827 | Bug reports | Survey participants (Tokens) | public | 2012-11-04 19:43 | 2012-11-06 12:52 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 06827: Can not link between survey response and token | ||||
Description | If a survey have existing token table before activation, then we can not link between survey response and survey token | ||||
Steps To Reproduce | Create a survey, The link between token and survey can not be done. In survey table the token are varchar(5) | ||||
Additional Information | in activate_helper: function activateSurvey But if the survey table exist then token are in $fieldmap and default is set to VARCHAR(5). | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 121104 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | FF16 | ||||
Database type & version | Mysql 5 | ||||
Server OS (if known) | debian/linux | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | PHP Version 5.3 | ||||
Think it's best to change some functionnality.
Can take it but tomorrow |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10137 |
|
Sigh, I reviewed this patch - it is okay. Denis, thank you! |
|
New version released. |
|
LimeSurvey: master 51441555 2012-11-04 19:57 Details Diff |
Fixed issue 06827: Can not link between survey response and token Dev: token are already included in fieldmap, then don't set to default VARCHAR(5) Dev: add token at end if it not already exist, maybe remove anonymized test is a good idea ! |
Affected Issues 06827 |
|
mod - application/helpers/admin/activate_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-04 19:43 | DenisChenu | New Issue | |
2012-11-04 19:44 | DenisChenu | Note Added: 21942 | |
2012-11-04 19:58 | DenisChenu | Changeset attached | => LimeSurvey master 51441555 |
2012-11-04 19:58 | DenisChenu | Note Added: 21943 | |
2012-11-04 19:58 | DenisChenu | Assigned To | => DenisChenu |
2012-11-04 19:58 | DenisChenu | Resolution | open => fixed |
2012-11-04 20:20 | c_schmitz | Status | new => feedback |
2012-11-04 20:22 | c_schmitz | Assigned To | DenisChenu => mdekker |
2012-11-04 20:22 | c_schmitz | Status | feedback => assigned |
2012-11-04 20:52 | c_schmitz | Note Added: 21948 | |
2012-11-04 20:52 | c_schmitz | Status | assigned => resolved |
2012-11-04 20:52 | c_schmitz | Fixed in Version | => 2.00+ |
2012-11-04 21:02 | c_schmitz | Note Added: 21950 | |
2012-11-04 21:02 | c_schmitz | Status | resolved => closed |
2012-11-04 23:12 | mdekker | Assigned To | mdekker => c_schmitz |
2012-11-04 23:12 | mdekker | Status | closed => feedback |
2012-11-04 23:12 | mdekker | Resolution | fixed => reopened |
2012-11-06 12:48 | DenisChenu | Status | feedback => resolved |
2012-11-06 12:48 | DenisChenu | Resolution | reopened => fixed |
2012-11-06 12:48 | DenisChenu | Assigned To | c_schmitz => DenisChenu |
2012-11-06 12:52 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |