View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09261 | Bug reports | Survey participants (Tokens) | public | 2014-09-26 20:36 | 2014-10-20 13:49 |
Reporter | jnday | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 09261: emailstatus and language not filled by default when using remotecontrol invite_participants | ||||
Description | Since updating to Version 2.05+ Build 140915 (from 2.0) token entries added with Remote Control function invite_participants do not have the fields emailstatus and language set as expected. Both fields are set to NULL instead of OK and (for my system) en. | ||||
Steps To Reproduce | I used the following PHP code to invite. This worked prior to update, but I'm including it in case there is a problem with the way I'm doing things now in 2.05.$participant_data_array[] = array( try { | ||||
Additional Information | This is similar to bug 8961 | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 140915 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Chrome | ||||
Database type & version | MySQL 5.5.39-MariaDB | ||||
Server OS (if known) | Linux | ||||
Webserver software & version (if known) | Apache 2.2.27 | ||||
PHP Version | 5.4.31 | ||||
related to | 08961 | closed | DenisChenu | importing tokens: 2 "new" fields "Email status" and "Language" not filled causes bug on send email invitations |
Language is not really needed, right ? |
|
I don't believe language is needed. Just added it because it was mentioned in related bug and wasn't being set automatically here either. |
|
You can try https://github.com/LimeSurvey/LimeSurvey/pull/223/files but this disallow empty string for email status. Think it's great, nobody have the use of empty string on emailstatus (or ?????) |
|
I think that's ok. I was already expecting some value, so this is good. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14548 |
|
Version 2.05+ Build 141020 released |
|
LimeSurvey: master 665382e5 2014-09-29 18:17 Details Diff |
Fixed issue 09261: emailstatus not filled by default when using remotecontrol invite_participants Dev: move default value to OK to models BUT : this disallow empty string : is this OK ? Dev: for token : use 'caseSensitive'=>false can be done, but only for mySQL Dev: add unknow error (from rules) after import token and tracevar the errors |
Affected Issues 09261 |
|
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
mod - application/models/TokenDynamic.php | Diff File | ||
mod - application/views/admin/token/csvpost.php | Diff File | ||
LimeSurvey: master 4484e621 2014-10-06 09:31 Details Diff |
Merge pull request #223 from Shnoulle/master_fix09261 Dev : merged Fixed issue 09261: emailstatus not filled by default when using remotecontrol invite_participants |
Affected Issues 09261 |
|
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
mod - application/models/TokenDynamic.php | Diff File | ||
mod - application/views/admin/token/csvpost.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-09-26 20:36 | jnday | New Issue | |
2014-09-27 14:32 | DenisChenu | Relationship added | related to 08961 |
2014-09-29 16:33 | DenisChenu | Note Added: 30711 | |
2014-09-29 16:36 | jnday | Note Added: 30713 | |
2014-09-29 18:26 | DenisChenu | Note Added: 30715 | |
2014-09-29 20:55 | jnday | Note Added: 30716 | |
2014-09-30 08:41 | DenisChenu | Assigned To | => DenisChenu |
2014-09-30 08:41 | DenisChenu | Status | new => assigned |
2014-10-06 09:31 | DenisChenu | Changeset attached | => LimeSurvey master 665382e5 |
2014-10-06 09:31 | DenisChenu | Changeset attached | => LimeSurvey master 4484e621 |
2014-10-06 09:31 | DenisChenu | Note Added: 30739 | |
2014-10-06 09:31 | DenisChenu | Resolution | open => fixed |
2014-10-09 13:11 | DenisChenu | Status | assigned => resolved |
2014-10-09 13:11 | DenisChenu | Fixed in Version | => 2.05+ |
2014-10-20 13:49 | c_schmitz | Note Added: 30833 | |
2014-10-20 13:49 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |