View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 16328 | Bug reports | RemoteControl | public | 2020-05-24 20:07 | 2023-01-20 12:47 |
| Reporter | Jmantysalo | Assigned To | gabrieljenik | ||
| Priority | normal | Severity | text | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 5.3.x | ||||
| Fixed in Version | 5.3.x | ||||
| Summary | 16328: invite_participants exits on first error | ||||
| Description | In the API the function invite_participants ends at the first non-valid participants, for example when a participant token is not yet valid. | ||||
| Additional Information | I suppose this is because in application/helpers/admin/token_helper.php the function emailTokens() has code foreach ($aResultTokens as $aTokenRow) { but it should be 'continue', not 'break'. | ||||
| Tags | No tags attached. | ||||
| Bug heat | 18 | ||||
| Complete LimeSurvey version number (& build) | Versio 4.2.4+20052 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | N/A | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | N/A | ||||
| has duplicate | 18582 | closed | gabrieljenik | Feature requests | RemoteControl invite_participants unexpectedly stops after first failure |
|
Depends. If you have |
|
Ah, true. But at the minimun it should be documented that the function stops on first error, where "error" may be a token not yet valid etc. I used some time when looking for error from my own code. |
|
|
It should. You have the link to its manual page? |
|
|
Here: https://api.limesurvey.org/classes/remotecontrol_handle.html#method_invite_participants |
|
|
Are these api manual pages updated from the docs in the code, right? |
|
Yes, they come from application/helpers/remotecontrol/remotecontrol_handle.php |
|
|
API doc need to be updated |
|
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=33642 |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-05-24 20:07 | Jmantysalo | New Issue | |
| 2020-05-28 17:27 | ollehar | Note Added: 58081 | |
| 2020-05-28 18:17 | Jmantysalo | Note Added: 58082 | |
| 2020-05-29 10:28 | ollehar | Note Added: 58087 | |
| 2020-05-29 11:22 | Jmantysalo | Note Added: 58090 | |
| 2020-12-28 15:23 | cdorin | Priority | none => normal |
| 2020-12-28 15:23 | cdorin | Status | new => confirmed |
| 2022-04-22 15:19 | gabrieljenik | Assigned To | => gabrieljenik |
| 2022-04-22 15:19 | gabrieljenik | Status | confirmed => assigned |
| 2022-04-22 15:19 | gabrieljenik | Note Added: 69198 | |
| 2022-04-22 15:19 | gabrieljenik | Bug heat | 4 => 6 |
| 2022-04-25 07:43 | Jmantysalo | Note Added: 69218 | |
| 2022-07-05 15:35 | gabrieljenik | Severity | partial_block => text |
| 2022-07-05 15:35 | gabrieljenik | Product Version | 4.2.4 => 5.3.x |
| 2022-07-05 15:35 | gabrieljenik | Note Added: 70738 | |
| 2022-07-13 15:47 | gabrieljenik | Assigned To | gabrieljenik => DenisChenu |
| 2022-07-13 15:47 | gabrieljenik | Status | assigned => ready for code review |
| 2022-07-13 15:47 | gabrieljenik | Note Added: 70905 | |
| 2022-07-13 16:16 | DenisChenu | Assigned To | DenisChenu => gabrieljenik |
| 2022-07-13 16:16 | DenisChenu | Status | ready for code review => ready for merge |
| 2022-07-13 16:21 | gabrieljenik | Changeset attached | => LimeSurvey master ad902ced |
| 2022-07-13 16:21 | gabrieljenik | Note Added: 70908 | |
| 2022-07-13 16:21 | gabrieljenik | Resolution | open => fixed |
| 2022-07-13 16:22 | gabrieljenik | Status | ready for merge => closed |
| 2022-07-13 16:22 | gabrieljenik | Fixed in Version | => 5.3.x |
| 2023-01-20 12:47 | gabrieljenik | Relationship added | has duplicate 18582 |
| 2023-01-20 12:47 | gabrieljenik | Bug heat | 6 => 14 |
| 2023-01-26 10:52 | ollehar | Bug heat | 14 => 16 |
| 2023-01-30 13:47 | ginosupport | Bug heat | 16 => 18 |