Be able to duplicate a List/document
See original GitHub issueProbably a duplicate
button just besides new
button to create a duplicate of current document. This is helpful in some cases where document is huge and some people just want to duplicate it and change one or two fields that they want to.
Proposed UI for EditFormHeader
Same CreateForm
UI (just copies the values and passes down to CreateForm
component)
I have done this by forking master
for one of the projects i am working on as of now, just wondering if its ok for us to have this build in by default in keystone. I checked roadmap on wiki but didn’t found any information on this so was wondering if its ok if i send a pull request.
If yes two ways to go about this which i can think of,
- Always have it there for each List/document
- Have it configured when creating new List ie
duplicateListLink: true
var Content = new keystone.List('Content', {
autokey: { path: 'slug', from: 'name', unique: true },
track: true,
duplicateListLink: true
});
Pardon me if i missed out on any information before creating this issue. Looking forward to hear from you guys 😃
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:5
Top GitHub Comments
thanks @mxstbr i have up voted it. I am actively working on hacking admin ui to add Google Analytics reporting, duplicate and other such stuff. Interface extensibility would be ideal and i would personally help create some extensions/plugins to help it grow.
Cheers!
Awesome, great to hear! Can’t wait to get this feature in and see what everybody comes up with!