From 51a152dcbe5fd66e781d1c6d93c1bbeade7ac8b0 Mon Sep 17 00:00:00 2001 From: Thetsmr Date: Thu, 14 Nov 2024 15:14:30 +0100 Subject: [PATCH] Fix ITILSolution afterAdd --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index cc7bde2..a181605 100644 --- a/setup.php +++ b/setup.php @@ -43,7 +43,7 @@ function plugin_init_behaviors() { 'Group_Ticket' => ['PluginBehaviorsGroup_Ticket', 'afterAdd'], 'Supplier_Ticket' => ['PluginBehaviorsSupplier_Ticket', 'afterAdd'], 'Document_Item' => ['PluginBehaviorsDocument_Item', 'afterAdd'], - 'ITILFollowup' => ['PluginBehaviorsITILFollowup', 'alterAdd']]; + 'ITILSolution' => ['PluginBehaviorsITILSolution', 'afterAdd']]; $PLUGIN_HOOKS['item_update']['behaviors'] = ['Ticket' => ['PluginBehaviorsTicket', 'afterUpdate']];