aktueller stand

This commit is contained in:
Meik
2026-02-04 21:05:43 +01:00
parent 4b5d58f98f
commit 90290135bf
7 changed files with 99 additions and 55 deletions

View File

@@ -14,10 +14,12 @@
<TicketConfiguration> <TicketConfiguration>
<DisableAutomaticTimeTracking Policy="Mandatory" Value="true" /> <DisableAutomaticTimeTracking Policy="Mandatory" Value="true" />
<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" />
<OverviewPollingPersonal Policy="Mandatory" Value="10" /> <TicketOverviewOpenTicketsExternally Policy="Mandatory" Value="false" />
<OverviewPollingRole Policy="Mandatory" Value="5" /> <TicketOverviewOpenIncidentsExternally Policy="Mandatory" Value="false" />
</TicketConfiguration> <OverviewPollingPersonal Policy="Mandatory" Value="10" />
</F4SD-Global-Configuration> <OverviewPollingRole Policy="Mandatory" Value="5" />
</TicketConfiguration>
</F4SD-Global-Configuration>

View File

@@ -124,18 +124,32 @@
</xs:complexContent> </xs:complexContent>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="ShowOverview" minOccurs="0" maxOccurs="1"> <xs:element name="ShowOverview" 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="OverviewPollingPersonal" minOccurs="0" maxOccurs="1"> <xs:element name="TicketOverviewOpenTicketsExternally" minOccurs="0" maxOccurs="1">
<xs:complexType> <xs:complexType>
<xs:complexContent> <xs:complexContent>
<xs:extension base="PolicyNode"> <xs:extension base="BoolNode"></xs:extension>
<xs:attribute name="Value" type="xs:positiveInteger" use="required"/> </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:complexType>
<xs:complexContent>
<xs:extension base="PolicyNode">
<xs:attribute name="Value" type="xs:positiveInteger" use="required"/>
</xs:extension> </xs:extension>
</xs:complexContent> </xs:complexContent>
</xs:complexType> </xs:complexType>

View File

@@ -288,16 +288,26 @@ namespace C4IT.DataHistoryProvider
, "NotesMandatory" , "NotesMandatory"
, "<NotesMandatory Policy=\"Hidden\" Value=\"false\" />" , "<NotesMandatory Policy=\"Hidden\" Value=\"false\" />"
); );
RetVal |= DoXmlInsertElement(XmlRoot RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration" , "TicketConfiguration"
, "ShowOverview" , "ShowOverview"
, "<ShowOverview Policy=\"Hidden\" Value=\"true\" />" , "<ShowOverview Policy=\"Hidden\" Value=\"true\" />"
); );
RetVal |= DoXmlInsertElement(XmlRoot RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration" , "TicketConfiguration"
, "OverviewPollingPersonal" , "TicketOverviewOpenTicketsExternally"
, $"<OverviewPollingPersonal Policy=\"Hidden\" Value=\"{cF4sdTicketConfig.DefaultOverviewPollingPersonal}\" />" , "<TicketOverviewOpenTicketsExternally Policy=\"Hidden\" Value=\"false\" />"
); );
RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration"
, "TicketOverviewOpenIncidentsExternally"
, "<TicketOverviewOpenIncidentsExternally Policy=\"Hidden\" Value=\"false\" />"
);
RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration"
, "OverviewPollingPersonal"
, $"<OverviewPollingPersonal Policy=\"Hidden\" Value=\"{cF4sdTicketConfig.DefaultOverviewPollingPersonal}\" />"
);
RetVal |= DoXmlInsertElement(XmlRoot RetVal |= DoXmlInsertElement(XmlRoot
, "TicketConfiguration" , "TicketConfiguration"
, "OverviewPollingRole" , "OverviewPollingRole"

View File

@@ -14,10 +14,12 @@
<TicketConfiguration> <TicketConfiguration>
<DisableAutomaticTimeTracking Policy="Mandatory" Value="true" /> <DisableAutomaticTimeTracking Policy="Mandatory" Value="true" />
<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" />
<OverviewPollingPersonal Policy="Mandatory" Value="10" /> <TicketOverviewOpenTicketsExternally Policy="Mandatory" Value="false" />
<OverviewPollingRole Policy="Mandatory" Value="5" /> <TicketOverviewOpenIncidentsExternally Policy="Mandatory" Value="false" />
</TicketConfiguration> <OverviewPollingPersonal Policy="Mandatory" Value="10" />
</F4SD-Global-Configuration> <OverviewPollingRole Policy="Mandatory" Value="5" />
</TicketConfiguration>
</F4SD-Global-Configuration>

View File

@@ -14,10 +14,12 @@
<TicketConfiguration> <TicketConfiguration>
<DisableAutomaticTimeTracking Policy="Mandatory" Value="true" /> <DisableAutomaticTimeTracking Policy="Mandatory" Value="true" />
<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" />
<OverviewPollingPersonal Policy="Mandatory" Value="10" /> <TicketOverviewOpenTicketsExternally Policy="Mandatory" Value="false" />
<OverviewPollingRole Policy="Mandatory" Value="5" /> <TicketOverviewOpenIncidentsExternally Policy="Mandatory" Value="false" />
</TicketConfiguration> <OverviewPollingPersonal Policy="Mandatory" Value="10" />
</F4SD-Global-Configuration> <OverviewPollingRole Policy="Mandatory" Value="5" />
</TicketConfiguration>
</F4SD-Global-Configuration>

View File

@@ -124,18 +124,32 @@
</xs:complexContent> </xs:complexContent>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="ShowOverview" minOccurs="0" maxOccurs="1"> <xs:element name="ShowOverview" 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="OverviewPollingPersonal" minOccurs="0" maxOccurs="1"> <xs:element name="TicketOverviewOpenTicketsExternally" minOccurs="0" maxOccurs="1">
<xs:complexType> <xs:complexType>
<xs:complexContent> <xs:complexContent>
<xs:extension base="PolicyNode"> <xs:extension base="BoolNode"></xs:extension>
<xs:attribute name="Value" type="xs:positiveInteger" use="required"/> </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:complexType>
<xs:complexContent>
<xs:extension base="PolicyNode">
<xs:attribute name="Value" type="xs:positiveInteger" use="required"/>
</xs:extension> </xs:extension>
</xs:complexContent> </xs:complexContent>
</xs:complexType> </xs:complexType>