From d86daefc81bf810e2c24f8e9a773e8693f28c792 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Tue, 2 Nov 2021 12:23:51 +0100 Subject: [PATCH] bug fix in FlexFlow - SaveTestResult, ver. 2.27.1791 --- TBF/Properties/AssemblyInfo.cs | 4 ++-- TBF/Rig/Output/FlexFlow/FlexFlow.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index de4cb65fc..1a9dd9556 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.27.1783.0")] -[assembly: AssemblyFileVersion("2.27.1783.0")] +[assembly: AssemblyVersion("2.27.1791.0")] +[assembly: AssemblyFileVersion("2.27.1791.0")] diff --git a/TBF/Rig/Output/FlexFlow/FlexFlow.cs b/TBF/Rig/Output/FlexFlow/FlexFlow.cs index fbcec4e5e..62bc2746b 100644 --- a/TBF/Rig/Output/FlexFlow/FlexFlow.cs +++ b/TBF/Rig/Output/FlexFlow/FlexFlow.cs @@ -450,7 +450,7 @@ namespace TBF.Rig.Output.FlexFlow sb.AppendLine(string.Format(" \"revision\": \"{0}\"", "S4")); sb.AppendLine(string.Format(" }},")); sb.AppendLine(string.Format(" \"panel\": {{")); - sb.AppendLine(string.Format(" \"id\": \"\",")); + sb.AppendLine(string.Format(" \"id\": \"{0}\",", wm.SerialNr)); sb.AppendLine(string.Format(" \"comment\": \"\",")); sb.AppendLine(string.Format(" \"runmode\": \"{0}\",", "Production")); sb.AppendLine(string.Format(" \"timestamp\": \"{0:yyyy-MM-dd HH:mm:ss}\",", DateTime.Now));