case 4209
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateFullPaths>true</GenerateFullPaths>
|
||||
<Version>8.0.15</Version>
|
||||
<FileVersion>8.0.15.0</FileVersion>
|
||||
<Version>8.0.16</Version>
|
||||
<FileVersion>8.0.16.0</FileVersion>
|
||||
<ApplicationIcon>ayanova.ico</ApplicationIcon>
|
||||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
||||
<noWarn>1591</noWarn>
|
||||
|
||||
@@ -683,6 +683,9 @@ namespace AyaNova.Biz
|
||||
//prePareData / preRender
|
||||
var ReportDataObject = $"{{ ayReportData:{ReportData}, ayReportMetaData:{reportMeta}, ayClientMetaData:{clientMeta}, ayServerMetaData:{serverMeta} }}";
|
||||
|
||||
//case 4209
|
||||
log.LogDebug($"ReportData object about to be pre-rendered is:{ReportDataObject}");
|
||||
|
||||
log.LogDebug($"PageLog before render:{PageLog.ToString()}");
|
||||
log.LogDebug($"Calling ayPreRender...");
|
||||
await page.WaitForExpressionAsync($"ayPreRender({ReportDataObject})");
|
||||
@@ -830,6 +833,8 @@ namespace AyaNova.Biz
|
||||
await JobsBiz.LogJobAsync(job.GId, json);
|
||||
}
|
||||
|
||||
|
||||
|
||||
await JobsBiz.UpdateJobStatusAsync(job.GId, JobStatus.Failed);
|
||||
|
||||
// var v=await page.GetContentAsync();//for debugging purposes
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
internal static class AyaNovaVersion
|
||||
{
|
||||
public const string VersionString = "8.0.15";
|
||||
public const string VersionString = "8.0.16";
|
||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||
public const string CurrentApiVersion="v8";
|
||||
}//eoc
|
||||
|
||||
Reference in New Issue
Block a user