aktueller stand
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
<CompletitionPolicy Policy="Mandatory" Value="IfRequired" />
|
||||
<NotesMandatory Policy="Mandatory" Value="true" />
|
||||
<ShowOverview Policy="Mandatory" Value="false" />
|
||||
<OpenTicketsExternally Policy="Mandatory" Value="false" />
|
||||
<OpenIncidentsExternally Policy="Mandatory" Value="false" />
|
||||
<OpenActivitiesExternally Policy="Mandatory" Value="false" />
|
||||
<OverviewPollingPersonal Policy="Mandatory" Value="10" />
|
||||
<OverviewPollingRole Policy="Mandatory" Value="5" />
|
||||
</TicketConfiguration>
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
<CompletitionPolicy Policy="Mandatory" Value="IfRequired" />
|
||||
<NotesMandatory Policy="Mandatory" Value="true" />
|
||||
<ShowOverview Policy="Mandatory" Value="false" />
|
||||
<OpenTicketsExternally Policy="Mandatory" Value="false" />
|
||||
<OpenIncidentsExternally Policy="Mandatory" Value="false" />
|
||||
<OpenActivitiesExternally Policy="Mandatory" Value="false" />
|
||||
<OverviewPollingPersonal Policy="Mandatory" Value="10" />
|
||||
<OverviewPollingRole Policy="Mandatory" Value="5" />
|
||||
</TicketConfiguration>
|
||||
|
||||
@@ -131,18 +131,18 @@
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="OpenTicketsExternally" minOccurs="0" maxOccurs="1">
|
||||
<xs:element name="OpenActivitiesExternally" minOccurs="0" maxOccurs="1">
|
||||
<xs:complexType>
|
||||
<xs:complexContent>
|
||||
<xs:extension base="BoolNode"></xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="OpenIncidentsExternally" minOccurs="0" maxOccurs="1">
|
||||
<xs:complexType>
|
||||
<xs:complexContent>
|
||||
<xs:extension base="BoolNode"></xs:extension>
|
||||
</xs:complexContent>
|
||||
<xs:sequence>
|
||||
<xs:element name="OpenActivityOverride" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="ActivityType" type="xs:string" use="required"/>
|
||||
<xs:attribute name="Value" type="xs:boolean" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="Policy" type="PolicyEnum" use="required"/>
|
||||
<xs:attribute name="Value" type="xs:boolean" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="OverviewPollingPersonal" minOccurs="0" maxOccurs="1">
|
||||
|
||||
Reference in New Issue
Block a user