This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user