N°2039 - Add complementary name on child classes to avoid empty summary cards in iTop 3.1+

This commit is contained in:
Molkobain
2024-04-23 19:11:26 +02:00
parent 028c7f0604
commit 78215439ee
4 changed files with 34 additions and 17 deletions

View File

@@ -771,8 +771,9 @@ class TriggerOnAttachmentDownload extends TriggerOnAttributeBlobDownload
"category" => "grant_by_profile,core/cmdb,application",
"key_type" => "autoincrement",
"name_attcode" => "description",
"complementary_name_attcode" => ['finalclass', 'complement'],
"state_attcode" => "",
"reconc_keys" => array('description'),
"reconc_keys" => ['description'],
"db_table" => "priv_trigger_onattdownload",
"db_key_field" => "id",
"db_finalclass_field" => "",