This commit is contained in:
@@ -413,11 +413,11 @@ namespace AyaNova.PlugIn.V8
|
|||||||
}
|
}
|
||||||
SetTags(d, tags);
|
SetTags(d, tags);
|
||||||
|
|
||||||
//Attachments and wiki
|
// wiki
|
||||||
var hasWiki = WikiPage.HasWiki(c.ID);
|
var hasWiki = WikiPage.HasWiki(c.ID);
|
||||||
if (hasWiki)
|
if (hasWiki)
|
||||||
{
|
{
|
||||||
await ExportAttachments(ObjectTID, progress);
|
// await ExportAttachments(ObjectTID, progress);
|
||||||
d.wiki = GetWikiContent(ObjectTID);
|
d.wiki = GetWikiContent(ObjectTID);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -510,11 +510,10 @@ namespace AyaNova.PlugIn.V8
|
|||||||
Tagit(c.ClientGroupID, tags);
|
Tagit(c.ClientGroupID, tags);
|
||||||
SetTags(d, tags);
|
SetTags(d, tags);
|
||||||
|
|
||||||
//Attachments and wiki
|
|
||||||
var hasWiki = WikiPage.HasWiki(c.ID);
|
var hasWiki = WikiPage.HasWiki(c.ID);
|
||||||
if (hasWiki)
|
if (hasWiki)
|
||||||
{
|
{
|
||||||
await ExportAttachments(ObjectTID, progress);
|
//await ExportAttachments(ObjectTID, progress);
|
||||||
d.wiki = GetWikiContent(ObjectTID);
|
d.wiki = GetWikiContent(ObjectTID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user