pluginsGLPI / fields

Additionals fields for GLPI
http://glpi-plugins.rtfd.io/en/latest/fields/index.html
GNU General Public License v2.0
90 stars 66 forks source link

Enable plugin for ComputerVirtualMachine #824

Closed Ivan-753 closed 3 weeks ago

Ivan-753 commented 3 weeks ago

Just edit getGlpiItemtypes() in /toolbox.class.php to add Virtual Machines support:

        $other_itemtypes = [
            NetworkPort::class,
            Notification::class,
            NotificationTemplate::class,
            ComputerVirtualMachine::class, // <<<<<<< ADD this line and it works fine. Maybe better add it not here.
        ];
stonebuzz commented 3 weeks ago

Hi @Ivan-753

ComputerVirtualMachine will be available in the next version

Thank you for your contribution