directus / directus/docs

Incorrect description about item duplication

Open
#274 1 comment 0 reactions 1 assignee Claimed by @hola-soy-milk View on GitHub
Dominant language
TypeScript
Stars
22
Forks
82
Avg merge
18h 49m
Merged PRs (30d)
4

Description

There is an incorrect description about item duplication: https://directus.io/docs/guides/data-model/collections#duplication

![Image](https://github.com/user-attachments/assets/f23c0bff-f463-411c-a261-dd702bfca549)

The description in the callout does not match the current behavior and could be more precise: Of course, relationships are copied. It depends on which fields are selected in the `Item Duplication Fields` (collection settings).

If nothing is specified in the `Item Duplication Fields` the (default) behavior is as follows:
- For M2A, M2M a new junction entry is created, referencing the same related item as in the original.
- For O2M the related item is duplicated.
- For M2O the related item is NOT duplicated.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.