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

Only copy's content of changed fields. (Craft 3.4.*) #12

Closed RamonArno closed 4 years ago

RamonArno commented 4 years ago

Worked fine on Craft 3.3, after updating to craft 3.4.5 the plugin no longer works as intended.

The content no longer gets copy's from one site to another on safe. Only when you change a field's content and then save the page that one field content gets copied.

RamonArno commented 4 years ago

Hey,

any feedback on this?

lukasNo1 commented 4 years ago

Hey RamonArno

We gonna investigate this in the course of the next week.

The problem is, as of craft 3.4, craft only sends the newly changed fields on the save request, instead of like before all fields of the entry.

So we likely need to adjust the plugin to read the data from the model instead of the request.

lukasNo1 commented 4 years ago

This is fixed in the new release 0.5.1