View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
14163Bug reportsRemoteControlpublic2019-08-21 11:19
Reporterandre_ars Assigned Todominikvitt 
PrioritynoneSeverityblock 
Status closedResolutionno change required 
Product Version3.13.x 
Fixed in Version3.14.x 
Summary14163: 3.15.1 JSON API problem on delete_participants
Description

when using "delete_participants" json API it returns "error" and "null"

Steps To Reproduce

[23-Oct-2018 06:17:49 Europe/] Request
{"method":"add_participants","params":["MMV5~0mgcMBDnqe99NCTuhO2q3x46meK","732729",[{"firstname":"QUEXSTESTTOKEN","lastname":"QUEXSTESTTOKEN"}]],"id":1}

[23-Oct-2018 06:17:49 Europe/] Response
{"id":1,"result":[{"sent":"N","remindersent":"N","remindercount":0,"completed":"N","usesleft":1,"firstname":"QUEXSTESTTOKEN","lastname":"QUEXSTESTTOKEN","token":"7p0G4Mc1HiFGt5E","email":"","emailstatus":"OK","tid":"10010","participant_id":null,"language":null,"blacklisted":null,"validfrom":null,"validuntil":null,"mpid":null}],"error":null}
End of Response

until here everything is ok, but now, when I try to delete the participant:

[23-Oct-2018 06:17:49 Europe/] Request
{"method":"delete_participants","params":["MMV5~0mgcMBDnqe99NCTuhO2q3x46meK","732729",["10010"]],"id":1}

[23-Oct-2018 06:17:49 Europe/] Response
{"id":1,"result":{"10010":"Deleted"},"error":null}
End of Response

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)3.15.1+181017
I will donate to the project if issue is resolvedNo
Browserall
Database type & versionMariaDB 10.2.18
Server OS (if known)centos 7.5
Webserver software & version (if known)Apache 2.4
PHP Version7.0

Relationships

related to 15067 closedcdorin delete_participants function not working 

Users monitoring this issue

There are no users monitoring this issue.

Activities

andre_ars

andre_ars

2018-11-11 13:52

reporter   ~49601

no problem with version 3.14.10+180924

Issue History

Date Modified Username Field Change
2018-10-23 07:57 andre_ars New Issue
2018-10-23 18:03 dominikvitt Assigned To => dominikvitt
2018-10-23 18:03 dominikvitt Status new => assigned
2018-11-11 13:52 andre_ars Note Added: 49601
2018-11-12 09:59 dominikvitt Status assigned => resolved
2018-11-12 09:59 dominikvitt Resolution open => no change required
2018-11-12 09:59 dominikvitt Fixed in Version => 3.14.x
2019-04-30 09:10 c_schmitz Status resolved => closed
2019-08-21 11:19 ollehar Relationship added related to 15067