Opened 2 years ago
Closed 2 years ago
#747 closed defect (fixed)
Can't get rid of a deleted post
| Reported by: | johnny5 | Owned by: | daniloercoli |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.7 |
| Component: | Posts | Version: | |
| Keywords: | Cc: |
Description
1) Begin editing a post
2) Meanwhile, behind the iPad's back, delete the post and remove it from the trash
3) Save the post on the device. Fails properly
4) Post is in the 'failed' group on post list
5) Try to delete the post from the list - fails, no such post
6) Refresh the post list, no luck - still there
I can't get rid of the post!
Change History (5)
comment:1 Changed 2 years ago by daniloercoli
- Owner set to daniloercoli
- Status changed from new to accepted
comment:2 Changed 2 years ago by daniloercoli
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 2 years ago by johnny5
- Resolution fixed deleted
- Status changed from closed to reopened
Repeated the above test. I can delete the post from the failed group by swiping and pressing delete, but it then crashes:
0x34a82488 in objc_exception_throw 0x3580c794 in -[__NSArrayM objectAtIndex:] 0x357a07f8 in -[NSFetchedResultsController objectAtIndexPath:] 0x0000af74 in -[PostsViewController showSelectedPost] at PostsViewController.m:464 0x0000b51e in -[PostsViewController trySelectSomethingAndShowIt] at PostsViewController.m:523
post = [self.resultsController objectAtIndexPath:indexPath];
po self.resultsController
There is no member named resultsController.
comment:4 Changed 2 years ago by johnny5
Also, item didn't disappear when I refreshed the list
comment:5 Changed 2 years ago by daniloercoli
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

fixed in [1690]