Skip to content

Commit

Permalink
Merge branch 'fix_bug_16' into 'master'
Browse files Browse the repository at this point in the history
fixes #16 modification paramètre helpdesk_menu_entry dans le setup pour le passer à false

Closes #16

See merge request web/glpi-plugin-projectbridge!2
  • Loading branch information
felag committed May 4, 2020
2 parents 6970e1c + 3985d0d commit 9f6d2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('PROJECTBRIDGE_VERSION', '2.1');
define('PROJECTBRIDGE_VERSION', '2.1.1');
define('MIN_GLPI_VERSION', '9.4');
define('MAX_GLPI_VERSION', '9.5');

Expand Down Expand Up @@ -58,7 +58,7 @@ function plugin_init_projectbridge() {

$PLUGIN_HOOKS['use_massive_action'][PluginProjectbridgeConfig::NAMESPACE] = 1;

$PLUGIN_HOOKS['helpdesk_menu_entry'][PluginProjectbridgeConfig::NAMESPACE] = true;
$PLUGIN_HOOKS['helpdesk_menu_entry'][PluginProjectbridgeConfig::NAMESPACE] = false;
$PLUGIN_HOOKS['menu_toadd'][PluginProjectbridgeConfig::NAMESPACE] = [
'tools' => 'PluginProjectbridgeTask',
];
Expand Down

0 comments on commit 9f6d2d3

Please sign in to comment.