setup.php.patch
setup.php (working copy) | ||
---|---|---|
80 | 80 |
$PLUGIN_HOOKS['item_action_targets']['behaviors'] = |
81 | 81 |
['NotificationTargetTicket' => ['PluginBehaviorsTicket', 'addActionTargets']]; |
82 | 82 | |
83 |
$PLUGIN_HOOKS['pre_item_form']['behaviors'] = [PluginBehaviorsITILSolution::class, 'messageWarningSolution']; |
|
84 |
$PLUGIN_HOOKS['post_item_form']['behaviors'] = [PluginBehaviorsITILSolution::class, 'deleteAddSolutionButtton']; |
|
83 | 85 |
// End init, when all types are registered |
84 | 86 |
$PLUGIN_HOOKS['post_init']['behaviors'] = ['PluginBehaviorsCommon', 'postInit']; |
85 | 87 |