Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created May 30, 2016 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save islaytitans/f22f504a169a9a798cd774d109260496 to your computer and use it in GitHub Desktop.
Save islaytitans/f22f504a169a9a798cd774d109260496 to your computer and use it in GitHub Desktop.
Patching over GetGoals DataSourceQuery
<sitecore>
<pipelines>
<group groupName="ExperienceProfileContactDataSourceQueries">
<pipelines>
<goals-query>
<processor patch:instead="*[@type='Sitecore.Cintel.Reporting.ReportingServerDatasource.Goals.GetGoals, Sitecore.Cintel']"
type="JonathanRobbins.DisplayGoalContext.Reporting.ReportingServerDatasource.Goals.GetGoals, JonathanRobbins.DisplayGoalContext" />
</goals-query>
</pipelines>
</group>
</pipelines>
</sitecore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment