KevinJump / uSync

Database syncing tool for Umbraco CMS
https://jumoo.co.uk/usync/
Mozilla Public License 2.0
111 stars 63 forks source link

Importing in Umbraco v8 doesn't work #297

Closed kristoflagae closed 3 years ago

kristoflagae commented 3 years ago

When I do a uSync import (no content) in Umbraco (8.16), all my document types are getting generated with the necessary groups, but I don't see any properties. Although the import reports the changes, none of them seems to be created.

The data types are created correctly. I use the full version of modelsbuilder (no use of PureLive). What could possibly be wrong?

Also trying it with a default Umbraco installation didn't work.

image

image

image

KevinJump commented 3 years ago

Hi, can you confirm the usync version ?

KevinJump commented 3 years ago

Hi, no worries i think its something we introduced when adding support for tabs in 8.17.

fixed in 8.10.4 release. https://github.com/KevinJump/uSync/releases/tag/v8.10.4

kristoflagae commented 3 years ago

Hi, thx for the quick reply!

I used uSync version 8.10.3 with Umbraco 8.16 Using the newly uSync 8.10.4 indeed fixed the problem.