notum-cz / strapi-plugin-content-versioning

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

Unable to duplicate/clone a new post from existing post in Strapi while using content versioning. #195

Open PraveenKochiganti-Groww opened 5 months ago

PraveenKochiganti-Groww commented 5 months ago

I’m using Strapi v4.15.5 & content versioning v1.2.7. The problem is I’m not able to duplicate or clone a post when using content versioning. Instead of cloning the post, it is creating a new version of the existing post.

This issue also explains the bug that I’m facing. How to resolve this?

Bug report

Describe the bug

The problem is I’m not able to duplicate or clone a post when using content versioning. Instead of cloning the post, it is creating a new version of the existing post.

This is the exact issue I'm facing. https://github.com/notum-cz/strapi-plugin-content-versioning/issues/58

Steps to reproduce the behavior

  1. Enable content versioning plugin
  2. Go to Content Manager
  3. Duplicate an existing published post.
  4. Save it, make slight modifications & publish the duplicated post.
  5. The original post gets unpublished & the new post gets published.

Expected behavior

The Expected behaviour is that both the original and duplicated posts should be independent of each other. Both of them should be published independently. There should be no mapping between these 2 posts based on version.

System

PraveenKochiganti-Groww commented 5 months ago

@martincapek Can you please help here.

sachin-cactus commented 4 months ago

I am also facing the same issue. do we have fix or any workaround for this issue.?

guybinya commented 3 months ago

Also facing this issue.