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?
After #254 (the new editor) was added, any data file on the example site (test-repo backend), whether it contains a markdown field or not, can no longer be saved. The console error is:
Uncaught TypeError: Cannot read property 'reduce' of undefined
at runSerializer (serializeEntryValues.js?6de9:31)
at serializeValues (serializeEntryValues.js?6de9:62)
at eval (entries.js?c1a9:279)
at eval (index.js?8a13:9)
at eval (bindActionCreators.js?b33a:3)
at eval (EntryPage.js?2e7b:100)
Related to #575 (cc/@erquhart). - If the current behavior is a bug, please provide the steps to reproduce.
I'm thinking this is because data file collections, instead of having fields directly, have files which then have their own fields. The interesting thing is that as far as I know this worked before, so I'm not exactly sure what changed.
tech4him1
changed the title
Cannot save data files after #254.
Cannot save any data files after new markdown editor.
Sep 15, 2017
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
After #254 (the new editor) was added, any data file on the example site (
test-repo
backend), whether it contains a markdown field or not, can no longer be saved. The console error is:Related to #575 (cc/@erquhart).
- If the current behavior is a bug, please provide the steps to reproduce.
settings.json
in the example).- What is the expected behavior?
The entry should be saved.
The text was updated successfully, but these errors were encountered: