question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Be able to duplicate a List/document

See original GitHub issue

Probably 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 screen shot 2016-01-26 at 2 01 32 pm

Same CreateForm UI (just copies the values and passes down to CreateForm component) screen shot 2016-01-26 at 2 04 06 pm

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,

  1. Always have it there for each List/document
  2. 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:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

3reactions
sarmadsangicommented, Apr 29, 2016

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!

0reactions
mxstbrcommented, Apr 29, 2016

Awesome, great to hear! Can’t wait to get this feature in and see what everybody comes up with!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Duplicate a Microsoft List with content/data?
Duplicate a Microsoft List with content/data? · Open the source list > Export to Excel. · Open the exported *.iqy file > import...
Read more >
How to Copy a List in SharePoint Online?
Copy a List or Document Library using PnP PowerShell. Use the Copy-PnPList cmdlet to copy a list or document library in SharePoint Online....
Read more >
How to copy an existing SharePoint Custom List - YouTube
In this video, I explain how you can easily copy ( replicate ) an existing custom list in SharePoint Online.
Read more >
How do you duplicate a list in the Microsoft Lists App?
There are a couple of ways to do this. You can export the list to excel and then create the new list using...
Read more >
4 Tips to Duplicate A Word Document in 2022
How to Duplicate A Word Document? · Solution 1: Copy and Paste in Windows Explorer · Solution 2: Open File as a New...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found