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
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
If an entry is modified, saved, and published from the editor screen, the markdown widget reverts back to the old content when "Publish" is clicked. This doesn't seem to happen with any other widgets, the preview continues showing the new content, and it resolves if you go out the the collection view and back in.
- If the current behavior is a bug, please provide the steps to reproduce.
Edit the markdown for an existing entry.
Click "Save".
Change status to "Ready" (in the editor, not on the WorkFlow page).
Click "Publish" (in the editor, not on the WorkFlow page).
Not that the markdown editor does not show your changes, although the preview does.
- What is the expected behavior?
An entry should always show the correct content.
- Please mention your CMS, node.js, and operating system version.
CMS v1.4.0
- Please link or paste your config.yml below if applicable.
publish_mode: editorial_workflow # optional, enables publishing workflow
collections: # A list of collections the CMS should be able to edit
- name: "posts" # Used in routes, ie.: /admin/collections/:slug/edit
label: "Posts" # Used in the UI
label_singular: "Post" # Used in the UI, ie: "New Post"
description: >
The description is a great place for tone setting, high level information, and editing
guidelines that are specific to a collection.
folder: "_posts"
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
create: true # Allow users to create new documents in this collection
fields: # The fields each document in this collection have
- {label: "Title", name: "title", widget: "string", tagname: "h1"}
- {label: "Publish Date", name: "date", widget: "datetime", format: "YYYY-MM-DD hh:mma"}
- {label: "Cover Image", name: "image", widget: "image", required: false, tagname: ""}
- {label: "Body", name: "body", widget: "markdown"}
The text was updated successfully, but these errors were encountered:
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
If an entry is modified, saved, and published from the editor screen, the markdown widget reverts back to the old content when "Publish" is clicked. This doesn't seem to happen with any other widgets, the preview continues showing the new content, and it resolves if you go out the the collection view and back in.
- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
An entry should always show the correct content.
- Please mention your CMS, node.js, and operating system version.
CMS v1.4.0
- Please link or paste your
config.yml
below if applicable.The text was updated successfully, but these errors were encountered: