aktueller stand

This commit is contained in:
Meik
2026-02-05 10:04:17 +01:00
parent 1a6a815560
commit 1837c6a769
7 changed files with 350 additions and 350 deletions

View File

@@ -17,8 +17,8 @@
<CompletitionPolicy Policy="Mandatory" Value="IfRequired" />
<NotesMandatory Policy="Mandatory" Value="true" />
<ShowOverview Policy="Mandatory" Value="false" />
<OverviewOpenTicketsExternally Policy="Mandatory" Value="false" />
<OverviewOpenIncidentsExternally Policy="Mandatory" Value="false" />
<OpenTicketsExternally Policy="Mandatory" Value="false" />
<OpenIncidentsExternally Policy="Mandatory" Value="false" />
<OverviewPollingPersonal Policy="Mandatory" Value="10" />
<OverviewPollingRole Policy="Mandatory" Value="5" />
</TicketConfiguration>

View File

@@ -131,14 +131,14 @@
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="OverviewOpenTicketsExternally" minOccurs="0" maxOccurs="1">
<xs:element name="OpenTicketsExternally" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:complexContent>
<xs:extension base="BoolNode"></xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="OverviewOpenIncidentsExternally" minOccurs="0" maxOccurs="1">
<xs:element name="OpenIncidentsExternally" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:complexContent>
<xs:extension base="BoolNode"></xs:extension>

View File

@@ -295,13 +295,13 @@ namespace C4IT.DataHistoryProvider
);
RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration"
, "OverviewOpenTicketsExternally"
, "<OverviewOpenTicketsExternally Policy=\"Hidden\" Value=\"false\" />"
, "OpenTicketsExternally"
, "<OpenTicketsExternally Policy=\"Hidden\" Value=\"false\" />"
);
RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration"
, "OverviewOpenIncidentsExternally"
, "<OverviewOpenIncidentsExternally Policy=\"Hidden\" Value=\"false\" />"
, "OpenIncidentsExternally"
, "<OpenIncidentsExternally Policy=\"Hidden\" Value=\"false\" />"
);
RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration"

View File

@@ -17,8 +17,8 @@
<CompletitionPolicy Policy="Mandatory" Value="IfRequired" />
<NotesMandatory Policy="Mandatory" Value="true" />
<ShowOverview Policy="Mandatory" Value="false" />
<OverviewOpenTicketsExternally Policy="Mandatory" Value="false" />
<OverviewOpenIncidentsExternally Policy="Mandatory" Value="false" />
<OpenTicketsExternally Policy="Mandatory" Value="false" />
<OpenIncidentsExternally Policy="Mandatory" Value="false" />
<OverviewPollingPersonal Policy="Mandatory" Value="10" />
<OverviewPollingRole Policy="Mandatory" Value="5" />
</TicketConfiguration>

View File

@@ -17,8 +17,8 @@
<CompletitionPolicy Policy="Mandatory" Value="IfRequired" />
<NotesMandatory Policy="Mandatory" Value="true" />
<ShowOverview Policy="Mandatory" Value="false" />
<OverviewOpenTicketsExternally Policy="Mandatory" Value="false" />
<OverviewOpenIncidentsExternally Policy="Mandatory" Value="false" />
<OpenTicketsExternally Policy="Mandatory" Value="false" />
<OpenIncidentsExternally Policy="Mandatory" Value="false" />
<OverviewPollingPersonal Policy="Mandatory" Value="10" />
<OverviewPollingRole Policy="Mandatory" Value="5" />
</TicketConfiguration>

View File

@@ -131,14 +131,14 @@
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="OverviewOpenTicketsExternally" minOccurs="0" maxOccurs="1">
<xs:element name="OpenTicketsExternally" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:complexContent>
<xs:extension base="BoolNode"></xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="OverviewOpenIncidentsExternally" minOccurs="0" maxOccurs="1">
<xs:element name="OpenIncidentsExternally" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:complexContent>
<xs:extension base="BoolNode"></xs:extension>