aktueller stand

This commit is contained in:
Meik
2026-02-04 21:39:44 +01:00
parent 90290135bf
commit 7439a5d28d
6 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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