diff --git a/uSync.BackOffice/Services/uSyncService_Single.cs b/uSync.BackOffice/Services/uSyncService_Single.cs index a5a789e0..2d7f7ec3 100644 --- a/uSync.BackOffice/Services/uSyncService_Single.cs +++ b/uSync.BackOffice/Services/uSyncService_Single.cs @@ -148,7 +148,7 @@ public IEnumerable ImportPartial(IList orderedNode if (node.IsContent() && node.IsBlueprint()) { lastType = UdiEntityType.DocumentBlueprint; - handlerPair = _handlerFactory.GetValidHandlerByEntityType(UdiEntityType.DocumentBlueprint); + handlerPair = _handlerFactory.GetValidHandlerByEntityType(UdiEntityType.DocumentBlueprint, syncHandlerOptions); } }