Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

Compatability Question - USync Complete + uSync.ContentMappers #102

Closed JohnBergman closed 3 years ago

JohnBergman commented 3 years ago

Looking at the nuget package for uSync.ContentMappers, it is not clear whether that package is compatible with usync complete or not. Can you provide some guidance as I need the mappers for NestedContent and DocType Grid Editor.

The same is true for the uSync.HealthCheck Package.

KevinJump commented 3 years ago

Hi,

that content mappers package is for uSync v4. for v8 uSync (and content edition) the mappers are installed as part of the ContentEdtion package. (its actually the Community.Contrib package - but you don't need to explicitly install it.

Health CHecks are also slightly different, and infact uSync.Complete adds some - for its purposes but there isn't a direct corrolation between the v4 and v8 ones.

JohnBergman commented 3 years ago

Thanks Kevin! You might want to add that to the package notes so others know.

I dont see the mapper for the doctype grid editor in the config files being lists as a mapper though.

KevinJump commented 3 years ago

Hi, will do.

v8 doesn't list mappers in the say way that v4 does - the mappers are found by the code. so the DocTypeGrid mapper is loaded automatically works without you having to add anything to the files.. you only need to put mappers into the config when they are your own custom editors and you want them to be treated like for example a multinode tree picker.