From 239168d9da64cc58de7ea29923e66c43e5ee580c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 2 May 2020 22:05:28 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 3144318..5e9527e 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -413,11 +413,11 @@ namespace AyaNova.PlugIn.V8 } SetTags(d, tags); - //Attachments and wiki + // wiki var hasWiki = WikiPage.HasWiki(c.ID); if (hasWiki) { - await ExportAttachments(ObjectTID, progress); + // await ExportAttachments(ObjectTID, progress); d.wiki = GetWikiContent(ObjectTID); } @@ -509,12 +509,11 @@ namespace AyaNova.PlugIn.V8 Tagit(c.DispatchZoneID, tags); Tagit(c.ClientGroupID, tags); SetTags(d, tags); - - //Attachments and wiki + var hasWiki = WikiPage.HasWiki(c.ID); if (hasWiki) { - await ExportAttachments(ObjectTID, progress); + //await ExportAttachments(ObjectTID, progress); d.wiki = GetWikiContent(ObjectTID); }