KevinJump/uSync-Legacy

[BUG] Media in legacy pickers not synced.

Closed this issue · 1 comments

when setting picker values using the old (legacy) pickers you may see an error such as

WARN  Jumoo.uSync.Core.Serializers.ContentSerializer - [BASE] Setting a value didn't work. Tried to set value '3a6f3cb9-b7ec-4eb7-a752-9323e1aa2e3d' to the property 'icon' on 'page'. Exception: Value "3a6f3cb9-b7ec-4eb7-a752-9323e1aa2e3d" of type "System.String" could not be converted to type "System.Int32" which is expected by property type "icon".

The media lookup fails because a recent fix changed the internal lookup of keys to be dependent on type, and the default config is to look for content not media items.

will be in next release.