using http api and in module 'tasks' I call Get updated tasks:
GET /ajax/tasks?action=updates
there is written that: "Response with timestamp: An array with new, modified and deleted tasks. New and modified tasks are represented by arrays. The elements of each array contain the information specified by the corresponding identifiers in the columns parameter. Deleted tasks (should the ignore parameter be ever implemented) would be identified by their object IDs as plain strings, without being part of a nested array."
Do I undersand it correctly? What do I have to do to display deleted tasks just like in Calendar or Contacts module? Is it a bug?
GET /ajax/tasks?action=updates
there is written that: "Response with timestamp: An array with new, modified and deleted tasks. New and modified tasks are represented by arrays. The elements of each array contain the information specified by the corresponding identifiers in the columns parameter. Deleted tasks (should the ignore parameter be ever implemented) would be identified by their object IDs as plain strings, without being part of a nested array."
Do I undersand it correctly? What do I have to do to display deleted tasks just like in Calendar or Contacts module? Is it a bug?
Comment