View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
09910Bug reportsSurvey participants (Tokens)public2015-12-15 13:15
ReporterDenisChenu Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.06+ 
Target Version2.50.xFixed in Version2.06+ 
Summary09910: Unable to add 2 email for a token manually (OK when import)
Description

When you manually add a token : you can add 2 email like this john@example.net;doe@example.net .
But you can import it in CSV and sending is OK.

Steps To Reproduce

Just try to add john@example.net;doe@example.net manually

Additional Information

You can update the token with john@example.net;doe@example.net in token list.

For adding : input type="email" : then only one email.
The HTML5 system can use multiple="multiple" to allox multiple email. But then it must be separated by , : and actual system use ;.

I think of diferent solution, and think this one is OK:

  • use input type="email" multiple="multiple"
  • update all email function to explode by ";" AND "," when searching for a multiple email.

Quick solution is to remove the input type="email" and use type="text", but HTML5 is really great for user.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)150923
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

c_schmitz

c_schmitz

2015-12-09 12:22

administrator   ~33803

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

c_schmitz

c_schmitz

2015-12-15 13:15

administrator   ~33947

2.06+ Build 151215 released

Related Changesets

LimeSurvey: master 134381c7

2015-12-09 11:22:11

c_schmitz

Details Diff
Fixed issue 09910: Unable to add two email for a token manually Affected Issues
09910
mod - application/controllers/admin/tokens.php Diff File
mod - application/views/admin/token/tokenform.php Diff File

Issue History

Date Modified Username Field Change
2015-09-23 08:39 DenisChenu New Issue
2015-09-30 13:15 c_schmitz Assigned To => c_schmitz
2015-09-30 13:15 c_schmitz Status new => assigned
2015-12-08 17:35 c_schmitz Target Version => 2.5
2015-12-09 12:22 c_schmitz Changeset attached => LimeSurvey master 134381c7
2015-12-09 12:22 c_schmitz Note Added: 33803
2015-12-09 12:22 c_schmitz Resolution open => fixed
2015-12-09 12:22 c_schmitz Status assigned => resolved
2015-12-09 12:22 c_schmitz Fixed in Version => 2.06+
2015-12-15 13:15 c_schmitz Note Added: 33947
2015-12-15 13:15 c_schmitz Status resolved => closed
2016-12-08 10:39 c_schmitz Category Tokens => Survey participants (Tokens)