Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2583] ACS Event Query retruns deleted Events

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2014-07-15T16:52:14.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelsCloud, Event, Query
ReporterAnand T
AssigneeMauro Parra-Miranda
Created2013-12-26T13:42:42.000+0000
Updated2016-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

FileDateSize
search1.png2013-12-26T13:42:42.000+000014242
search2.png2013-12-26T13:42:42.000+000039173

Comments

  1. Ritu Agrawal 2014-01-05

    [~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.
  2. Anand T 2014-01-06

  3. Ritu Agrawal 2014-01-06

    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.
  4. Mauro Parra-Miranda 2014-07-15

JSON Source