Describe the bug
When I enter information in all required fields (including a date and markdown widget) and hit "publish", a toaster notification that says "Oops, you've missed a required field. Please complete before saving." appears, but the entry is still published.
To Reproduce
Expected behavior
I expect no toaster notification to appear.
Screenshots
Applicable Versions:
CMS configuration
backend:
name: bitbucket
repo: *omitted*
media_folder: static/assets
public_folder: assets
collections:
- name: page
label: Page
folder: static/pages
create: true
fields:
- { name: path, label: Path }
- { name: date, label: Date, widget: date }
- { name: body, label: Body, widget: markdown }
Additional context
Another user reported this on https://github.com/netlify/netlify-cms/issues/649
I'm also having this issue (same version).
This issue is already fixed in #1887, it's just a typo.
Thanks. Searched issues, but didn't see any. Will close and hope for a publish soon :)
Most helpful comment
I'm also having this issue (same version).