KevinJump / uSync-Legacy

uSync for Umbraco 4/6 - bits of the database to disk, and stuff like that
https://jumoo.co.uk/usync/
Mozilla Public License 2.0
75 stars 64 forks source link

Map the New Pickers values - because if you don't sync the content, they don't automatically map #135

Open KevinJump opened 7 years ago

KevinJump commented 7 years ago

in 7.6 the new pickers all use UID values - which means if the content is synced then the pickers just work.

but if you are not syncing content (for example from dev to live) then these mappings won't work , so they need to be treated like the id mappers and attempt some form of mapping.

the code will be very similar to the id mappers but the ids are UIDs so they will need to be a little bit diffrent.

KevinJump commented 7 years ago

Will probably minor version bump - because we will need to compile against umbraco 7.6 to get the UID functions ?

rboelen commented 6 years ago

Hi,

I would love to know what the status is on this issue, because I'm experiencing this currently in umbraco v7.9.2 and usync 4.0.4 core 6.0.4. We use usync for syncing between dev / live. But we loose the startNodes on Umbraco.MediaPicker2 each time we import. We do not sync content or media. Only structural items.

Are there plans to fix this anytime soon? Are there any workarounds for this?