wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

After saving a post as a draft, make sure the post is visible in the parent list. #769

Closed diegoreymendez closed 8 years ago

diegoreymendez commented 8 years ago

Steps to reproduce:

  1. Go to a Blog's list of posts.
  2. Tap the list of available filters and select "Published".
  3. Tap + to create a new post.
  4. Add some content to the post.
  5. Tap X.
  6. Select "Save as Draft".

Current behaviour: the parent list of posts will not show the draft, as it's filtering by "Published". Desired behaviour: the parent list of posts should change its filtering to "Drafts" so that the post is visible.