You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an array out of getTodos () with all old and already completed tasks.
If i try to go through all off them with a foreach loop and call the delete method for every object, it is only working for the first item. For the others i get strange xml errors.
Is it possible to delete multiple todo items?
The text was updated successfully, but these errors were encountered:
I get an array out of getTodos () with all old and already completed tasks.
If i try to go through all off them with a foreach loop and call the delete method for every object, it is only working for the first item. For the others i get strange xml errors.
Is it possible to delete multiple todo items?
The text was updated successfully, but these errors were encountered: