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

@@ -248,13 +248,3 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'TTR tipi bir SLT\'ye dayalı hedef',
));
//
// Class: Document
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Document/Attribute:contracts_list' => 'Contracts~~',
'Class:Document/Attribute:contracts_list+' => 'All the contracts linked to this document~~',
'Class:Document/Attribute:services_list' => 'Services~~',
'Class:Document/Attribute:services_list+' => 'All the services linked to this document~~',
));