mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Fix bug #755 to prevent modification of CIs and Contacts list for UserRequest and Incidents
SVN:trunk[2892]
This commit is contained in:
@@ -1147,6 +1147,12 @@
|
||||
<attribute id="sla_ttr_over">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="functionalcis_list">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="contacts_list">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
</flags>
|
||||
<transitions/>
|
||||
</state>
|
||||
|
||||
@@ -1526,6 +1526,12 @@
|
||||
<attribute id="sla_ttr_over">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="functionalcis_list">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="contacts_list">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
</flags>
|
||||
<transitions/>
|
||||
</state>
|
||||
|
||||
@@ -1498,20 +1498,27 @@
|
||||
<hidden/>
|
||||
</attribute>
|
||||
<attribute id="sla_tto_passed">
|
||||
<readonly/>
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="sla_tto_over">
|
||||
<readonly/>
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="sla_ttr_passed">
|
||||
<readonly/>
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="ttr_escalation_deadline">
|
||||
<hidden/>
|
||||
</attribute>
|
||||
<attribute id="sla_ttr_over">
|
||||
<readonly/>
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="functionalcis_list">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
<attribute id="contacts_list">
|
||||
<read_only/>
|
||||
</attribute>
|
||||
|
||||
</flags>
|
||||
<transitions/>
|
||||
</state>
|
||||
|
||||
Reference in New Issue
Block a user