Your comments
Hi,
For the moment I do this in the aim to have my new associated item :
=> Open file /var/www/glpi/plugins/databases/inc/database.class.php
=> See the line :
class PluginDatabasesDatabase extends CommonDBTM {
=> Copy class name : PluginDatabasesDatabase
=> Open file /var/www/glpi/plugins/webapplications/inc/webapplication.class.php
=> See the line :
static $types = array('Computer', 'Monitor', 'NetworkEquipment', 'Peripheral', 'Phone', 'Printer', 'Software', 'Entity');
=> Paste to the end of the list the class name :
static $types = array('Computer', 'Monitor', 'NetworkEquipment', 'Peripheral', 'Phone', 'Printer', 'Software', 'Entity'[u][b],'PluginDatabasesDatabase'[/b][/u]);
Customer support service by UserEcho
I need this new improvment because I want to update GLPI core and when I do it, GLPI won't start anymore.
Please, can you add this new fonctionnality ?
Thanks for your help