WordPress-iOS
WordPress-iOS copied to clipboard
History: Initial revision is not recorded
Related:
- https://github.com/Automattic/wp-calypso/issues/64963
- https://github.com/wordpress-mobile/WordPress-Android/issues/16999
Expected behavior
- The initial revision exists in the app and on the web
- The behavior matches the web
Actual behavior
- The initial revision is lost and only the second revision and after are recorded
Steps to reproduce the behavior
This test was conducted on a .com site.
1. Create a new post in the app, add content, and publish it or save it as a draft
- When tapping ... at the top right, "History" is not an option in the bottom sheet that appears
- On the web, the "Revisions" section for the post doesn't appear
2. Make changes to the post and tap Update
- When tapping ... at the top right, "History" is an option and shows one item containing the changes from step 2
- On the web, the "Revisions" section for the post doesn't appear (it may currently hide the section if the count <= 1)
3. Make changes and tap Update
- When tapping ... at the top right, "History" is an option and shows two items containing the changes from steps 2 and 3
- On the web, the "Revisions" section is available for the post and shows changes from steps 2 and 3