strapi-plugin-content-versioning
strapi-plugin-content-versioning copied to clipboard
Update showed version button breaks JSON fields
Bug report
Describe the bug
Clicking Update showed version button
causes incorrect data serialization for JSON fields
Before clicking:
After:
Steps to reproduce the behavior
- Go to
Content Manager -> <Your collection with JSON field>
- Click on collection instance
- Add data to JSON field
- Save it
- Press
Update showed version button
- Update page
- See error
Expected behavior
Update showed version button
clicking doesn't change JSON fields data appearance