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

Issue with NEO #4

Closed jesuismaxime closed 4 years ago

jesuismaxime commented 5 years ago

Unable to make the plugin work with Neo (at first 'cause I cant go further)

Here's the trace I got : https://pastebin.com/ixh2U8Xi

lukasNo1 commented 5 years ago

The plugin is currently not compatible with the newest Neo release, V2.3.0.

We will investigate this.

lukasNo1 commented 5 years ago

Neo reference: spicywebau/craft-neo#206

christianruhstaller commented 5 years ago

vandres gave following solution in https://github.com/spicywebau/craft-neo/issues/206:

<?php
return [
    'saveModifiedBlocksOnly' => false,
];

Seems like a clean workaround for now.

sidneywidmer commented 4 years ago

I think this can be closed since saveModifiedBlocksOnly was removed in 2.3.0.1 (2019-04-11).

christianruhstaller commented 4 years ago

Yes it was and it seems that this broke the copy workflow for Neo fields if they aren't dirty (We are investigating this). :)

lukasNo1 commented 4 years ago

Fixed in 0.5.3