-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RelationTypes works but not Relations #644
Comments
Hi, that's odd, have the same and its 'working' for me 🤔 Its worth noting that the individual relations are not saved automatically (like other bits are) - you have to run an export from the dashboard for the individual relations to appear in the files. Kevin |
Hey, thanks for the quick response. I use Usync for Migration some large Umbraco 8 to Umbraco 13 (using the usync migration first). Its my first time using Usync and i have some difficulties using it. |
Hi Antoine, it should work with the free tool, its just that you will have to go to the uSync dashboard, and click export for all of the relation types to be written to disk. |
I can't seem to find Relations in the code — can you point it out @KevinJump |
Hi, the serialization code is here https://github.com/KevinJump/uSync/blob/v13/main/uSync.Core/Serialization/Serializers/RelationTypeSerializer.cs#L32 there is a setting it looks for "IncludeRelations" before also serializing the relations into the file here : https://github.com/KevinJump/uSync/blob/v13/main/uSync.Core/Serialization/Serializers/RelationTypeSerializer.cs#L91-L98 |
Hi @KevinJump , i have made some test in debug mode. |
About your Site:
I dont know if i do something wrong but In my website Usync dont save the relations for each relationsTypes.
I need it for all my custom relations.
here the config i set :
Thks in advance !
The text was updated successfully, but these errors were encountered: