[AC-2583] ACS Event Query retruns deleted Events
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2014-07-15T16:52:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | Cloud, Event, Query |
Reporter | Anand T |
Assignee | Mauro Parra-Miranda |
Created | 2013-12-26T13:42:42.000+0000 |
Updated | 2016-03-08T07:41:39.000+0000 |
Description
I was querying all events from my application using the following code
Cloud.Events.query({
per_page: 1000
}, function(e){
//Successfully queried all events
if (e.success) {
successCallback(e.events);
} else {
errorCallback(e);
}
});
I found some events that were deleted from the cloud server earlier.
I went to the web side and checked my application details. I could search for the events. Please see the attached images.
I was searching for the events using the user id '51c7311dcde8cd7360002217' which was already deleted(Picture 1).
11 Events were displayed. All events were created by that particular user.
Attachments
[~anandt] Thank you for reporting this issue. We have been able to reproduce the issue with the steps provided and we have created an ACS ticket CLOUDSRV-3115 to track this issue. Please follow along this ticket for further updates.
CLOUDSRV is a private project so you cannot really track that ticket. I would update this ticket (TC-3471) based on the updates on that ticket for now.