notum-cz / strapi-plugin-content-versioning

This plugin enables content versioning in Strapi
129 stars 46 forks source link

fix: do not show currently showed version when initial data is empty #189

Closed alexzhangreslv closed 7 months ago

alexzhangreslv commented 8 months ago

Fixes #177.

I have found that due to this commit of strapi before v4.17.1, isCreatingEntry will no longer be set as true for single type content manager even when there is no record for that type and initialData is an empty object.

omikulcik commented 7 months ago

Thank you! :)