Bring "Duplicate" actions into Core#6307
Bring "Duplicate" actions into Core#6307jasonvarga merged 36 commits intostatamic:3.3from duncanmcclean:duplicator-actions
Conversation
andjsch
left a comment
There was a problem hiding this comment.
Please update the wrong german translation
|
|
I'm in the middle of making some changes to this. Part of it being brought into core means you get to deal with our opinions! 😄 The dedicated config file felt a bit out of place. It made sense for an addon, but now that it's in core, we felt things could be tweaked a little.
Then a bunch of other little nitpicks and fixes not really worth mentioning. |
|
Question as you are working on it. Why will it not be possible for multisites to duplicate entries? |
|
I'm disabling the ability to duplicate entries when you use multi-site, temporarily. The existing functionality was a bit ambiguous and to some people it may not work like you'd expect (myself included). Gotta figure out how to handle the different scenarios. Like....
Disabling for multisite will at least let this feature get merged so you can start using it, and we can figure out multisite later. |
|
Thanks for your changes on this PR @jasonvarga! Time to archive my addon 🙂 |
|
I was missing the duplicate function in my multi site setup, looked around for an hour or so until I found this issue. I must say I feel sincerely crippled by this 'temporarily' situation. Isn't it possible to re-add it with a config key so we have to read and accept the limitations before switching it on again? |
|
@Sennik just install the Duplicator addon again, it still works. If you want my two cents, the approach @duncanmcclean already has is fine, it just asks you in which |
I already did and I am happy ;-) @jasonvarga has his points though. So for now I will be careful using it until the full fledged version is available. |
This pull request brings the various "Duplicate" actions into Statamic Core, out of my Duplicator addon.
The Duplicator addon is currently the most popular addon on the Statamic Marketplace (which proves its an already popular feature). Also, pretty much any time I mention my Duplicator addon on Twitter, folks always say it should be something that's part of Core. In addition to that, there's an open FR with a small number of 👍 (statamic/ideas#118)
Obviously, let me know if there's anything you'd like me to explain in the code and/or change.
Closes statamic/ideas#118