Skip to content

Content duplication does not work with the versioning plugin in Strapi 4.5.3 #58

@mjadczuk

Description

@mjadczuk

Bug report

When attempting to duplicate item in the content manager, the new saved entry is treated as another version of an existing item instead of a separate item.

Steps to reproduce the behavior

  1. Go to the content manager.
  2. Enter an item list.
  3. Click on the "Duplicate item line" button within the list.
  4. Save entry.

Expected behavior

A new item is created with the data from the duplicated item.

Actual behavior

The data is saved as a new version of the duplicated item.

System

  • Node.js version: v16
  • Strapi version: 4.5.3
  • Database: PostgreSQL 15.1
  • Operating system: Debian (via Docker)

Additional context

  • The duplicated items have nested component types.
  • Localization is turned on.
  • Patch for 4.5.0 is used.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions