View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
17214 | Bug reports | RemoteControl | public | 2021-03-30 08:37 | 2021-03-30 08:37 |
Reporter | Jmantysalo | Assigned To | |||
Priority | none | Severity | minor | ||
Status | new | Resolution | open | ||
Product Version | 4.4.13 | ||||
Summary | 17214: add_participants, non-consecutive participant id numbers | ||||
Description | I was asked to make a helper program that copies participant list from a survey to another. I did basically $people = $conn->list_participants($sessionKey, $survey_id_source, 0, 100000, false, array('attribute_1')); foreach ($people as $person) $conn->add_participants($sessionKey, $survey_id_destination, array($person), false); and this works IF id numbers in the participants table of source survey are consecutive numbers. But if there is a gap I got participants that have no name nor email. | ||||
Tags | No tags attached. | ||||
Complete LimeSurvey version number (& build) | Version 4.4.13+210315 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database & DB-Version | N/A | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | N/A | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-30 08:37 | Jmantysalo | New Issue |