mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
#1314 (N°585,586,591) allow to use finalclass (sub-class name) as reconciliation key when loading by CSV import, relationship defined on an abstract class.
#1387 (N°577) fixing old issue with CSV import of relationship with Documents SVN:trunk[4576]
This commit is contained in:
@@ -80,8 +80,8 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted by this ticket. Items marked as "Computed" have been automatically marked as impacted. Items marked as "Not impacted" are excluded from the impact.',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Work orders',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Type',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Ticket sub-class',
|
||||
'Class:Ticket/Attribute:finalclass+' => 'Name of the final class',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing',
|
||||
|
||||
Reference in New Issue
Block a user