Kevin Jump
Kevin Jump
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...
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...
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 I will check this, i am not sure it's true on v13 (but i will double check). the v12 branch of Umbraco is Out of support and such so...
Hi, yes looks like we do have an issue. will get a fix out.
nightly available : https://dev.azure.com/jumoo/Public/_artifacts/feed/nightly/NuGet/uSync/overview/13.2.3-build.20240516.3
cleanup - done in v13.2.3
I think you might be on safer gound overriding the `DictionaryItemSerializer` and then replace its 'DeserializeCore` method DeserlizeItem, essentially calls the serializer.Deserializer method (in SyncSerializerRoot) - and that is a...
Fixed in v13.2.6
The current behavior that the template editor gives is the creation of the template as a database entry, which is then used in content types and content to identify the...