v3.3.4 Patch Release - Pick 'n Fix release
Regular Patch release (May) - some fixing of the picker mapping logic.
Fixes in milestone 19: https://github.com/KevinJump/uSync/milestone/19
- Better error handling when trying to delete the folder (on a full export) #82
- Moving the values in preValue into the value from the attribute (better diff support in source control) #128
- #132 Picker fixes (see below)
Picker Fixes
When uSync saves or imports a data type, it maps any internal Ids that may be set in the values into something more generic (for example in a Content Picker it might map an id of 1021 to /homepage/contact-us).
- In this release that mapping has been improved a bit to work better
- and if the mapping fails (so on import we can't find homepage/contact-us) then the existing id in umbraco is not modified.
This means if the place the pickers point to is different on your live site then once they are set by you, they will stay set even after subsequent usync imports. This is rather a big deal if you are not syncing content, because it now means you can be more secure in the pickers on the target site not getting scrambled when you import settings