N°2889 - Adapt triggers to the new event system

This commit is contained in:
Molkobain
2022-12-22 10:16:36 +01:00
parent d649d48153
commit 0c8717f1f6
23 changed files with 1319 additions and 56 deletions

View File

@@ -667,11 +667,11 @@ class TriggerOnObjectMention extends TriggerOnObject
}
/**
* Class TriggerOnDocumentAttributeDownload
* Class TriggerOnAttributeBlobDownload
*
* @since 3.1.0
*/
class TriggerOnDocumentAttributeDownload extends TriggerOnObject
class TriggerOnAttributeBlobDownload extends TriggerOnObject
{
/**
* @inheritDoc
@@ -687,7 +687,7 @@ class TriggerOnDocumentAttributeDownload extends TriggerOnObject
"name_attcode" => "description",
"state_attcode" => "",
"reconc_keys" => array('description'),
"db_table" => "priv_trigger_ondocattdownload",
"db_table" => "priv_trigger_onattblobdownload",
"db_key_field" => "id",
"db_finalclass_field" => "",
"display_template" => "",