diff --git a/C4IT_DataHistoryProvider_Base/Publish/F4SD-Cockpit-Server.dll b/C4IT_DataHistoryProvider_Base/Publish/F4SD-Cockpit-Server.dll index 535d184..d9dde74 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-Global-Configuration.xml b/C4IT_DataHistoryProvider_Test/Config/F4SD-Global-Configuration.xml index 87e4354..47aa071 100644 --- a/C4IT_DataHistoryProvider_Test/Config/F4SD-Global-Configuration.xml +++ b/C4IT_DataHistoryProvider_Test/Config/F4SD-Global-Configuration.xml @@ -14,10 +14,12 @@ - - - - - - - + + + + + + + + + diff --git a/C4IT_DataHistoryProvider_Test/Config/F4SD-Global-Configuration.xsd b/C4IT_DataHistoryProvider_Test/Config/F4SD-Global-Configuration.xsd index 714c85f..0759e9e 100644 --- a/C4IT_DataHistoryProvider_Test/Config/F4SD-Global-Configuration.xsd +++ b/C4IT_DataHistoryProvider_Test/Config/F4SD-Global-Configuration.xsd @@ -124,18 +124,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/F4SD-Cockpit-ServerCore/DataHistoryConfigGolabalParameters.cs b/F4SD-Cockpit-ServerCore/DataHistoryConfigGolabalParameters.cs index 859f00d..bb8ca18 100644 --- a/F4SD-Cockpit-ServerCore/DataHistoryConfigGolabalParameters.cs +++ b/F4SD-Cockpit-ServerCore/DataHistoryConfigGolabalParameters.cs @@ -288,16 +288,26 @@ namespace C4IT.DataHistoryProvider , "NotesMandatory" , "" ); - RetVal |= DoXmlInsertElement(XmlRoot - , "TicketConfiguration" - , "ShowOverview" - , "" - ); - RetVal |= DoXmlInsertElement(XmlRoot - , "TicketConfiguration" - , "OverviewPollingPersonal" - , $"" - ); + RetVal |= DoXmlInsertElement(XmlRoot + , "TicketConfiguration" + , "ShowOverview" + , "" + ); + RetVal |= DoXmlInsertElement(XmlRoot + , "TicketConfiguration" + , "TicketOverviewOpenTicketsExternally" + , "" + ); + RetVal |= DoXmlInsertElement(XmlRoot + , "TicketConfiguration" + , "TicketOverviewOpenIncidentsExternally" + , "" + ); + RetVal |= DoXmlInsertElement(XmlRoot + , "TicketConfiguration" + , "OverviewPollingPersonal" + , $"" + ); RetVal |= DoXmlInsertElement(XmlRoot , "TicketConfiguration" , "OverviewPollingRole" diff --git a/F4SDwebService/Config/F4SD-Global-Configuration.xml b/F4SDwebService/Config/F4SD-Global-Configuration.xml index 87e4354..47aa071 100644 --- a/F4SDwebService/Config/F4SD-Global-Configuration.xml +++ b/F4SDwebService/Config/F4SD-Global-Configuration.xml @@ -14,10 +14,12 @@ - - - - - - - + + + + + + + + + diff --git a/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xml b/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xml index 87e4354..47aa071 100644 --- a/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xml +++ b/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xml @@ -14,10 +14,12 @@ - - - - - - - + + + + + + + + + diff --git a/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xsd b/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xsd index 714c85f..0759e9e 100644 --- a/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xsd +++ b/F4SDwebService/Publish/Config/F4SD-Global-Configuration.xsd @@ -124,18 +124,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +