Add tab to link a problem to incidents

SVN:trunk[3427]
This commit is contained in:
Erwan Taloc
2014-11-26 17:38:53 +00:00
parent 3d21eecbba
commit 4867461f69
3 changed files with 14 additions and 0 deletions

View File

@@ -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>

View File

@@ -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',

View File

@@ -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',