|
@@ -105,6 +105,15 @@
|
|
|
<default_value/>
|
|
|
<is_null_allowed>true</is_null_allowed>
|
|
|
</field>
|
|
|
+ <field id="outage" xsi:type="AttributeEnum">
|
|
|
+ <values>
|
|
|
+ <value>yes</value>
|
|
|
+ <value>no</value>
|
|
|
+ </values>
|
|
|
+ <sql>outage</sql>
|
|
|
+ <default_value>no</default_value>
|
|
|
+ <is_null_allowed>false</is_null_allowed>
|
|
|
+ </field>
|
|
|
<field id="related_request_list" xsi:type="AttributeLinkedSet">
|
|
|
<linked_class>UserRequest</linked_class>
|
|
|
<ext_key_to_me>parent_change_id</ext_key_to_me>
|
|
@@ -187,6 +196,9 @@
|
|
|
<attribute id="changemanager_id">
|
|
|
<hidden/>
|
|
|
</attribute>
|
|
|
+ <attribute id="outage">
|
|
|
+ <hidden/>
|
|
|
+ </attribute>
|
|
|
</flags>
|
|
|
<transitions>
|
|
|
<transition>
|
|
@@ -237,6 +249,9 @@
|
|
|
<attribute id="approval_date">
|
|
|
<hidden/>
|
|
|
</attribute>
|
|
|
+ <attribute id="outage">
|
|
|
+ <hidden/>
|
|
|
+ </attribute>
|
|
|
</flags>
|
|
|
<transitions>
|
|
|
<transition>
|
|
@@ -299,6 +314,10 @@
|
|
|
<attribute id="changemanager_id">
|
|
|
<mandatory/>
|
|
|
</attribute>
|
|
|
+ <attribute id="outage">
|
|
|
+ <mandatory/>
|
|
|
+ <must_prompt/>
|
|
|
+ </attribute>
|
|
|
</flags>
|
|
|
<transitions>
|
|
|
<transition>
|
|
@@ -383,6 +402,9 @@
|
|
|
<attribute id="parent_id">
|
|
|
<read_only/>
|
|
|
</attribute>
|
|
|
+ <attribute id="outage">
|
|
|
+ <read_only/>
|
|
|
+ </attribute>
|
|
|
</flags>
|
|
|
<transitions>
|
|
|
<transition>
|
|
@@ -451,6 +473,9 @@
|
|
|
<attribute id="parent_id">
|
|
|
<normal/>
|
|
|
</attribute>
|
|
|
+ <attribute id="outage">
|
|
|
+ <read_only/>
|
|
|
+ </attribute>
|
|
|
</flags>
|
|
|
<transitions>
|
|
|
<transition>
|
|
@@ -523,6 +548,9 @@
|
|
|
<attribute id="parent_id">
|
|
|
<read_only/>
|
|
|
</attribute>
|
|
|
+ <attribute id="outage">
|
|
|
+ <read_only/>
|
|
|
+ </attribute>
|
|
|
</flags>
|
|
|
<transitions/>
|
|
|
</state>
|
|
@@ -752,6 +780,9 @@
|
|
|
<item id="category">
|
|
|
<rank>10</rank>
|
|
|
</item>
|
|
|
+ <item id="outage">
|
|
|
+ <rank>15.1</rank>
|
|
|
+ </item>
|
|
|
<item id="reject_reason">
|
|
|
<rank>20</rank>
|
|
|
</item>
|