Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Maarten van der Donk 3 posts 105 karma points c-trib
    Mar 10, 2017 @ 12:38
    Maarten van der Donk
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft