aktueller stand
This commit is contained in:
Binary file not shown.
@@ -17,6 +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" />
|
||||||
|
<TicketOverviewOpenIncidentsExternally 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>
|
||||||
|
|||||||
@@ -131,6 +131,20 @@
|
|||||||
</xs:complexContent>
|
</xs:complexContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
<xs:element name="TicketOverviewOpenTicketsExternally" minOccurs="0" maxOccurs="1">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:complexContent>
|
||||||
|
<xs:extension base="BoolNode"></xs:extension>
|
||||||
|
</xs:complexContent>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="TicketOverviewOpenIncidentsExternally" minOccurs="0" maxOccurs="1">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:complexContent>
|
||||||
|
<xs:extension base="BoolNode"></xs:extension>
|
||||||
|
</xs:complexContent>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
<xs:element name="OverviewPollingPersonal" minOccurs="0" maxOccurs="1">
|
<xs:element name="OverviewPollingPersonal" minOccurs="0" maxOccurs="1">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
|
|||||||
@@ -293,6 +293,16 @@ namespace C4IT.DataHistoryProvider
|
|||||||
, "ShowOverview"
|
, "ShowOverview"
|
||||||
, "<ShowOverview Policy=\"Hidden\" Value=\"true\" />"
|
, "<ShowOverview Policy=\"Hidden\" Value=\"true\" />"
|
||||||
);
|
);
|
||||||
|
RetVal |= DoXmlInsertElement(XmlRoot
|
||||||
|
, "TicketConfiguration"
|
||||||
|
, "TicketOverviewOpenTicketsExternally"
|
||||||
|
, "<TicketOverviewOpenTicketsExternally Policy=\"Hidden\" Value=\"false\" />"
|
||||||
|
);
|
||||||
|
RetVal |= DoXmlInsertElement(XmlRoot
|
||||||
|
, "TicketConfiguration"
|
||||||
|
, "TicketOverviewOpenIncidentsExternally"
|
||||||
|
, "<TicketOverviewOpenIncidentsExternally Policy=\"Hidden\" Value=\"false\" />"
|
||||||
|
);
|
||||||
RetVal |= DoXmlInsertElement(XmlRoot
|
RetVal |= DoXmlInsertElement(XmlRoot
|
||||||
, "TicketConfiguration"
|
, "TicketConfiguration"
|
||||||
, "OverviewPollingPersonal"
|
, "OverviewPollingPersonal"
|
||||||
|
|||||||
@@ -17,6 +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" />
|
||||||
|
<TicketOverviewOpenIncidentsExternally 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>
|
||||||
|
|||||||
@@ -17,6 +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" />
|
||||||
|
<TicketOverviewOpenIncidentsExternally 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>
|
||||||
|
|||||||
@@ -131,6 +131,20 @@
|
|||||||
</xs:complexContent>
|
</xs:complexContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
<xs:element name="TicketOverviewOpenTicketsExternally" minOccurs="0" maxOccurs="1">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:complexContent>
|
||||||
|
<xs:extension base="BoolNode"></xs:extension>
|
||||||
|
</xs:complexContent>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="TicketOverviewOpenIncidentsExternally" minOccurs="0" maxOccurs="1">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:complexContent>
|
||||||
|
<xs:extension base="BoolNode"></xs:extension>
|
||||||
|
</xs:complexContent>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
<xs:element name="OverviewPollingPersonal" minOccurs="0" maxOccurs="1">
|
<xs:element name="OverviewPollingPersonal" minOccurs="0" maxOccurs="1">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user