mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Add tab to link a problem to incidents
SVN:trunk[3427]
This commit is contained in:
@@ -153,6 +153,13 @@
|
||||
<count_min>0</count_min>
|
||||
<count_max>0</count_max>
|
||||
</field>
|
||||
<field id="related_incident_list" xsi:type="AttributeLinkedSet">
|
||||
<linked_class>Incident</linked_class>
|
||||
<ext_key_to_me>parent_problem_id</ext_key_to_me>
|
||||
<edit_mode>add_remove</edit_mode>
|
||||
<count_min>0</count_min>
|
||||
<count_max>0</count_max>
|
||||
</field>
|
||||
</fields>
|
||||
<lifecycle>
|
||||
<attribute>status</attribute>
|
||||
@@ -477,6 +484,9 @@
|
||||
<item id="related_request_list">
|
||||
<rank>50</rank>
|
||||
</item>
|
||||
<item id="related_incident_list">
|
||||
<rank>50</rank>
|
||||
</item>
|
||||
<item id="col:col1">
|
||||
<rank>60</rank>
|
||||
<items>
|
||||
|
||||
@@ -143,6 +143,8 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Problem/Attribute:knownerrors_list+' => 'All the known errors that are linked to this problem',
|
||||
'Class:Problem/Attribute:related_request_list' => 'Related requests',
|
||||
'Class:Problem/Attribute:related_request_list+' => 'All the requests that are related to this problem',
|
||||
'Class:Problem/Attribute:related_incident_list' => 'Related incidents',
|
||||
'Class:Problem/Attribute:related_incident_list+' => 'All the incidents that are related to this problem',
|
||||
'Class:Problem/Stimulus:ev_assign' => 'Assign',
|
||||
'Class:Problem/Stimulus:ev_assign+' => '',
|
||||
'Class:Problem/Stimulus:ev_reassign' => 'Reassign',
|
||||
|
||||
@@ -88,6 +88,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Problem/Attribute:knownerrors_list+' => '',
|
||||
'Class:Problem/Attribute:related_request_list' => 'Requêtes liées',
|
||||
'Class:Problem/Attribute:related_request_list+' => '',
|
||||
'Class:Problem/Attribute:related_incident_list' => 'Incidents liés',
|
||||
'Class:Problem/Attribute:related_incident_list+' => '',
|
||||
'Class:Problem/Stimulus:ev_assign' => 'Assigner',
|
||||
'Class:Problem/Stimulus:ev_assign+' => '',
|
||||
'Class:Problem/Stimulus:ev_reassign' => 'Réaassigner',
|
||||
|
||||
Reference in New Issue
Block a user