Goldinteractive / craft3-sitecopy

With this plugin you can copy the content of an entry to another site.
MIT License
22 stars 6 forks source link

No support for bulk resave? Copy must be done one entry at a time? #36

Open twosixcode opened 1 year ago

twosixcode commented 1 year ago

Hi, the plugin is working great for us, but ideally we'd be able to trigger a bulk resave and have SiteCopy copy kick in on each of the Entry resaves. This does not appear to happen either when using the Craft console resave/entries command or when triggering a resave by updating Section settings.

Are we missing something? Or is that the expected behavior?

Thanks!

lukasNo1 commented 1 year ago

Hey, yes bulk copy is currently not supported.

Do you have the automatic copy enabled in the settings?

We could look into an option where sitecopy would run automatically on resave if the automatic copy is enabled.

Also, are you running craft 4 or craft 3 still? Because I would probably add this to the craft 4 plugin at craft-sitecopy

twosixcode commented 1 year ago

Thanks for the reply. This is Craft 3, and well be doing copy actions prior to updating to Craft 4. But this sounds like a great idea for a feature.