diff --git a/C4IT_DataHistoryProvider_Base/Publish/F4SD-Cockpit-Server.dll b/C4IT_DataHistoryProvider_Base/Publish/F4SD-Cockpit-Server.dll index d24716c..5e46165 100644 Binary files a/C4IT_DataHistoryProvider_Base/Publish/F4SD-Cockpit-Server.dll and b/C4IT_DataHistoryProvider_Base/Publish/F4SD-Cockpit-Server.dll differ diff --git a/C4IT_DataHistoryProvider_Test/Config/F4SD-HealthCard-Configuration.xsd b/C4IT_DataHistoryProvider_Test/Config/F4SD-HealthCard-Configuration.xsd index cc1eb82..ef9e2d1 100644 --- a/C4IT_DataHistoryProvider_Test/Config/F4SD-HealthCard-Configuration.xsd +++ b/C4IT_DataHistoryProvider_Test/Config/F4SD-HealthCard-Configuration.xsd @@ -32,7 +32,6 @@ - diff --git a/F4SD-Cockpit-ServerCore/DataHistoryCollectorM42Wpm.cs b/F4SD-Cockpit-ServerCore/DataHistoryCollectorM42Wpm.cs index 599026d..c066eea 100644 --- a/F4SD-Cockpit-ServerCore/DataHistoryCollectorM42Wpm.cs +++ b/F4SD-Cockpit-ServerCore/DataHistoryCollectorM42Wpm.cs @@ -2008,7 +2008,7 @@ namespace C4IT.DataHistoryProvider LogEntry($"No initiating user found with state active (710) and AD Common Name: {ticketInfo.User}", LogLevels.Error); return null; } - Guid? requestCategoryId = ticketInfo.CategoryId; + Guid? requestCategoryId = ticketInfo.Category; if (requestCategoryId.HasValue && requestCategoryId.Value == Guid.Empty) { requestCategoryId = null; @@ -2215,9 +2215,9 @@ namespace C4IT.DataHistoryProvider ticket["SPSActivityClassIncident"]["Quickcall"] = ticketInfo.Quickcall.Value; } - if (ticketInfo.CategoryId.HasValue && ticketInfo.CategoryId.Value != Guid.Empty) + if (ticketInfo.Category.HasValue && ticketInfo.Category.Value != Guid.Empty) { - ticket["SPSActivityClassIncident"]["Category"] = ticketInfo.CategoryId.Value; + ticket["SPSActivityClassIncident"]["Category"] = ticketInfo.Category.Value; } if (ticketInfo.AffectedService.HasValue && ticketInfo.AffectedService.Value == Guid.Empty) { diff --git a/F4SDwebService/Config/F4SD-HealthCard-Configuration.xsd b/F4SDwebService/Config/F4SD-HealthCard-Configuration.xsd index cc1eb82..ef9e2d1 100644 --- a/F4SDwebService/Config/F4SD-HealthCard-Configuration.xsd +++ b/F4SDwebService/Config/F4SD-HealthCard-Configuration.xsd @@ -32,7 +32,6 @@ - diff --git a/F4SDwebService/Publish/Config/F4SD-HealthCard-Configuration.xsd b/F4SDwebService/Publish/Config/F4SD-HealthCard-Configuration.xsd index cc1eb82..ef9e2d1 100644 --- a/F4SDwebService/Publish/Config/F4SD-HealthCard-Configuration.xsd +++ b/F4SDwebService/Publish/Config/F4SD-HealthCard-Configuration.xsd @@ -32,7 +32,6 @@ -