Hey,

 

When you configurate the Reports plug-in.

 

and click

Report configuration : Duplicate computers

 

And then want to go back to:

Reports plug-in configuration

 

You get an error:

No input file specified.

 

Reports/report/doublons/doubloons.config.php

 

Bug?

86:          //"<tr class='tab_bg_1' align='center'><th><a
href='./config.form.php'>" .$LANG['plugin_reports']['config'][1] .
"</a><br />&nbsp;<br />" .

87:          //$LANG['plugin_reports']['config'][11] . " : " .
$LANG['plugin_reports']['doublons'][1] . "</th></tr>\n";

 

Works: 

86:          "<tr class='tab_bg_1' align='center'><th><a href='" .
GLPI_ROOT . "/plugins/reports/front/plugin_reports.config.form.php'>"
.$LANG['plugin_reports']['config'][1] . "</a><br />&nbsp;<br />" .

87:          $LANG['plugin_reports']['config'][11] . " : " .
$LANG['plugin_reports']['doublons'][1] . "</th></tr>\n";

 

 

 

Greatings,

Wouter

_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to