You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying content from a block field and pasting it into a new entry, the system does not generate new UUIDs for the pasted block entries. Instead, the blocks retain their original UUIDs from the source document.
Because block UUIDs are duplicated across documents, the affected entries cannot be published. This makes copying block-based content between entries unreliable and blocks common content reuse workflows.
Describe the Bug
When copying content from a block field and pasting it into a new entry, the system does not generate new UUIDs for the pasted block entries. Instead, the blocks retain their original UUIDs from the source document.
Because block UUIDs are duplicated across documents, the affected entries cannot be published. This makes copying block-based content between entries unreliable and blocks common content reuse workflows.
Link to the code that reproduces this issue
https://bitbucket.org/clearlinkit/payloadcms-issues/src/master/src/issues/block-duplicate-uuid/BlockDuplicateUUID.ts
Reproduction Steps
block-douplicate-uuid-demo.mov
Which area(s) are affected?
area: ui
Environment Info