Bug fix with the Courier resolver

This commit is contained in:
leekelleher
2014-09-02 16:52:41 +01:00
committed by kjac
parent b262d8a86f
commit 870b848e3b
@@ -86,7 +86,7 @@ namespace Archetype.Courier.DataResolvers
if (archetype != null)
{
// create a 'fake' provider, as ultimately only the 'Packaging' enum will be referenced.
var fakeItemProvider = new PropertyItemProvider();
var fakeItemProvider = new PropertyItemProvider() { ExecutionContext = this.ExecutionContext };
foreach (var property in archetype.Fieldsets.SelectMany(x => x.Properties))
{