mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°2889 - Adapt triggers to the new event system
This commit is contained in:
@@ -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" => "",
|
||||
|
||||
Reference in New Issue
Block a user