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 cancelling a new post, the posts list filter is changed. #785

Closed diegoreymendez closed 8 years ago

diegoreymendez commented 8 years ago

After cancelling a new post, the posts list filter is changed. The filter should not be changed unless a new post is created or and old post updated.

To reproduce:

  1. Launch WPiOS
  2. Go to any site's list of posts.
  3. Create a new post.
  4. Write some contents.
  5. Tap the back button, and discard the changes.

Expected behaviour: the parent VC should keep it's filter. Current behaviour: the parent VC's filter is changed to "Drafts".