View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
06899Bug reportsSurvey participants (Tokens)public2012-11-20 13:19
ReporterpfpDave Assigned Tomdekker  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary06899: LDAP Import Filter Blank E-mail and Filter Duplicates ignored (fix included)
Description

When importing 'users/tokens' from LDAP, the 'Filter blank email addresses' and 'Filter duplicate records' options are ignored.

The reason for this seems to be a missing name tag on the checkboxes in \application\views\admin\token\ldapform.php meaning the variables never get set.

Fix is to change line 32 from:

    <input type='checkbox' id='filterblankemail' checked='checked' />

to:

    <input type='checkbox' id='filterblankemail' name='filterblankemail' checked='checked' />

and line 36 from:

    <input type='checkbox' id='filterduplicatetoken' checked='checked' />

to:

    <input type='checkbox' name='filterduplicatetoken' id='filterduplicatetoken' checked='checked' />
TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)121115
I will donate to the project if issue is resolvedNo
BrowserIE8
Database type & versionSQL Express 2012
Server OS (if known)Server 2008
Webserver software & version (if known)IIS 7
PHP Version5.4.8

Relationships

related to 06900 closedmdekker LDAP Import results show blank rows for users with missing e-mail addresses (with fix) 

Users monitoring this issue

There are no users monitoring this issue.

Activities

mdekker

mdekker

2012-11-19 21:37

reporter   ~22322

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

mdekker

mdekker

2012-11-19 21:47

reporter   ~22323

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

Related Changesets

LimeSurvey: master 53dfd739

2012-11-19 20:24:04

mdekker

Details Diff
fixed 06899: LDAP Import Filter Blank E-mail and Filter Duplicates ignored (thanks to pfpDave) Affected Issues
06899
mod - application/views/admin/token/ldapform.php Diff File
mod - application/views/admin/token/ldappost.php Diff File

LimeSurvey: 2.1 81274751

2012-11-19 20:24:04

mdekker

Details Diff
fixed 06899: LDAP Import Filter Blank E-mail and Filter Duplicates ignored (thanks to pfpDave) Affected Issues
06899
mod - application/views/admin/token/ldapform.php Diff File
mod - application/views/admin/token/ldappost.php Diff File

Issue History

Date Modified Username Field Change
2012-11-19 14:08 pfpDave New Issue
2012-11-19 21:25 mdekker Assigned To => mdekker
2012-11-19 21:25 mdekker Status new => assigned
2012-11-19 21:37 mdekker Changeset attached => LimeSurvey master 53dfd739
2012-11-19 21:37 mdekker Note Added: 22322
2012-11-19 21:37 mdekker Resolution open => fixed
2012-11-19 21:38 mdekker Relationship added related to 06900
2012-11-19 21:47 mdekker Changeset attached => LimeSurvey 2.1 81274751
2012-11-19 21:47 mdekker Note Added: 22323
2012-11-19 21:48 mdekker Status assigned => resolved
2012-11-19 21:48 mdekker Fixed in Version => 2.00+
2012-11-20 13:19 c_schmitz Status resolved => closed
2016-12-08 10:39 c_schmitz Category Tokens => Survey participants (Tokens)