Courier PropertyDataResolverProvider.ExtractingDataType not firing
Hi,
I'm trying to create a Courier resolver for the Tagliatelle TagEditor datatype.
Tagliatelle has a prevalue property ("Parent Container") which is stored as an integer Id. When moving from local to cloud (or vise versa) the Id's of nodes are different so you need to build a PropertyDataResolverProvider.
In the PackagingDataType method I'm replacing the integer Id with a Guid Id and in the ExtractingDataType method I'm replacing them back, so we end up with a integer Id again.
Courier PropertyDataResolverProvider.ExtractingDataType not firing
Hi,
I'm trying to create a Courier resolver for the Tagliatelle TagEditor datatype. Tagliatelle has a prevalue property ("Parent Container") which is stored as an integer Id. When moving from local to cloud (or vise versa) the Id's of nodes are different so you need to build a PropertyDataResolverProvider.
In the PackagingDataType method I'm replacing the integer Id with a Guid Id and in the ExtractingDataType method I'm replacing them back, so we end up with a integer Id again.
Unfortunately the ExtractingDataType method isn't being fired... I would except the method to be fired when a courier deploy is being triggered, does anyone have experience with this issue? Maybe I'm using the wrong events but the courier resolvers documentation seems rather outdated (2011) so I'm uncertain. https://github.com/umbraco/Courier/blob/master/Documentation/Developer%20Documentation/Data%20Resolvers.md
is working on a reply...