Duplicating records when the title is unique #2244
e93Ym0WnIO
started this conversation in
Feature Requests & Ideas
Replies: 2 comments 2 replies
-
We've encountered the same thing and agree that it would make sense if Duplicate did not try to immediately save the duplicated document |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree that the UX for duplicate could be improved. We did add a frontend hook for Does this solve the issue for you @github-luciano and @mattddean? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to suggest a feature for Payload.
Lately I've been working a lot with it, and I noticed something when duplicating records.
If I have as follows:
And I try to duplicate a record, using the "Duplicate" button that is in the top-right of the admin panel, I get an error:
The following field is invalid: title
, but at the same time I get asuccessfully duplicated
message.I think it would be nice if, after clicking "Duplicate", payload would open an interface with the same fields of the record I am trying to duplicate, but without actually saving it.
Opening an identical record would allow me to edit only the fields required to be unique, and then save it manually. This would solve the issue with duplicating records that contain unique fields.
Have a great day
Beta Was this translation helpful? Give feedback.
All reactions