Skip to content

Commit 59c4a76

Browse files
committed
Bump version 4.1.7
Fix PDF for Followup Fix echarts for DirectHelpdesk
1 parent dcfde9e commit 59c4a76

File tree

4 files changed

+1284
-1387
lines changed

4 files changed

+1284
-1387
lines changed

manageentities.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<author>Infotel</author>
2222
</authors>
2323
<versions>
24+
<version>
25+
<num>4.1.7</num>
26+
<compatibility>~11.0</compatibility>
27+
<download_url>https://github.com/InfotelGLPI/manageentities/releases/download/4.1.7/glpi-manageentities-4.1.7.tar.bz2</download_url>
28+
</version>
2429
<version>
2530
<num>4.1.6</num>
2631
<compatibility>~11.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
define('PLUGIN_MANAGEENTITIES_VERSION', '4.1.6');
30+
define('PLUGIN_MANAGEENTITIES_VERSION', '4.1.7');
3131

3232
global $CFG_GLPI;
3333

src/DirectHelpdesk.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ static function showDashboard($min_sum = 0)
370370

371371

372372
Html::requireJs('charts');
373+
echo Html::script(PLUGIN_MANAGEENTITIES_WEBDIR . "/lib/echarts/echarts.js");
373374
echo Html::script(PLUGIN_MANAGEENTITIES_WEBDIR . "/lib/echarts/theme/azul.js");
374375

375376
$direct = new DirectHelpdesk();

0 commit comments

Comments
 (0)