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
{{ message }}
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
Not sure if this is intentional, but if I edit a published collection but don't save it and return to my workspace, that collection is now marked as draft. Shouldn't this still content still be published because I didn't save it?
The text was updated successfully, but these errors were encountered:
Content will be marked as "draft" if you POST the id to /users/contents. Authoring doesn't currently compare the content to see if you changed anything. I'm not sure how webview uses the API, may be you can POST to /users/contents only if the user clicks on the save button?
I think we can be slightly smarter about if the post created a fresh checkout. Either create the content with a new state: Unmodified or Draft/Unmodified which we clear to Draft on a PUT or POST with a body with more than just an ID.
Not sure if this is intentional, but if I edit a published collection but don't save it and return to my workspace, that collection is now marked as draft. Shouldn't this still content still be published because I didn't save it?
The text was updated successfully, but these errors were encountered: