Skip to content

Commit f629348

Browse files
committed
Fix of read_only flags for some attributes (previous verison had typos, i.e. "readonly" instead of "read_only", which made the factorisation of the state flags incorrect)
SVN:trunk[3416]
1 parent dee7f7b commit f629348

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
<hidden/>
500500
</attribute>
501501
<attribute id="tto_escalation_deadline">
502-
<readonly/>
502+
<read_only/>
503503
</attribute>
504504
<attribute id="sla_tto_passed">
505505
<hidden/>
@@ -589,9 +589,15 @@
589589
<attribute id="tto_escalation_deadline">
590590
<hidden/>
591591
</attribute>
592-
<attribute id="sla_tto_passed"/>
593-
<attribute id="sla_tto_over"/>
594-
<attribute id="ttr_escalation_deadline"/>
592+
<attribute id="sla_tto_passed">
593+
<read_only/>
594+
</attribute>
595+
<attribute id="sla_tto_over">
596+
<read_only/>
597+
</attribute>
598+
<attribute id="ttr_escalation_deadline">
599+
<read_only/>
600+
</attribute>
595601
<attribute id="caller_id"/>
596602
<attribute id="escalation_flag"/>
597603
<attribute id="escalation_reason"/>
@@ -855,11 +861,15 @@
855861
<attribute id="pending_reason">
856862
<read_only/>
857863
</attribute>
858-
<attribute id="sla_ttr_passed"/>
864+
<attribute id="sla_ttr_passed">
865+
<read_only/>
866+
</attribute>
859867
<attribute id="ttr_escalation_deadline">
860868
<hidden/>
861869
</attribute>
862-
<attribute id="sla_ttr_over"/>
870+
<attribute id="sla_ttr_over">
871+
<read_only/>
872+
</attribute>
863873
</flags>
864874
<transitions>
865875
<transition id="ev_close">
@@ -931,18 +941,6 @@
931941
<attribute id="user_comment">
932942
<must_prompt/>
933943
</attribute>
934-
<attribute id="sla_tto_passed">
935-
<read_only/>
936-
</attribute>
937-
<attribute id="sla_tto_over">
938-
<read_only/>
939-
</attribute>
940-
<attribute id="sla_ttr_passed">
941-
<read_only/>
942-
</attribute>
943-
<attribute id="sla_ttr_over">
944-
<read_only/>
945-
</attribute>
946944
</flags>
947945
<transitions/>
948946
</state>

0 commit comments

Comments
 (0)