N°4577 - Move service dependencies from "itop-bridge-cmdb-ticket" to another module

Move Document Services_list and Document Contracts_list to the bridge cmdb-services
This commit is contained in:
BenGrenoble
2023-02-22 09:24:24 +01:00
parent 0c962d7e32
commit a37dea9cc2
34 changed files with 211 additions and 195 deletions

View File

@@ -243,13 +243,3 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'SLT 的解决时间',
));
//
// Class: Document
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Document/Attribute:contracts_list' => '合同',
'Class:Document/Attribute:contracts_list+' => '此文档关联的所有合同',
'Class:Document/Attribute:services_list' => '服务',
'Class:Document/Attribute:services_list+' => '此文档关联的所有服务',
));