From 4f2fa96be0f59cf6131e3b3d10d299a8c794a6ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jul 2012 20:27:44 +0200 Subject: glpi-appliances 1.8.1 --- changeset_r190.diff | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 changeset_r190.diff (limited to 'changeset_r190.diff') diff --git a/changeset_r190.diff b/changeset_r190.diff deleted file mode 100644 index 3ca297d..0000000 --- a/changeset_r190.diff +++ /dev/null @@ -1,31 +0,0 @@ -Index: trunk/inc/appliancepdf.class.php -=================================================================== ---- trunk/inc/appliancepdf.class.php (revision 189) -+++ trunk/inc/appliancepdf.class.php (revision 190) -@@ -40,6 +40,14 @@ - } - - -+ function defineAllTabs($options=array()) { -+ -+ $onglets = parent::defineAllTabs($options); -+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems -+ return $onglets; -+ } -+ -+ - static function displayTabContentForPDF(PluginPdfSimplePDF $pdf, CommonGLPI $item, $tab) { - - switch ($tab) { -Index: trunk/inc/appliance.class.php -=================================================================== ---- trunk/inc/appliance.class.php (revision 189) -+++ trunk/inc/appliance.class.php (revision 190) -@@ -254,6 +254,7 @@ - $this->addStandardTab('PluginAppliancesAppliance_Item', $ong, $options); - $this->addStandardTab('PluginAppliancesOptvalue', $ong, $options); - $this->addStandardTab('Ticket', $ong, $options); -+ $this->addStandardTab('Item_Problem', $ong, $options); - $this->addStandardTab('Infocom', $ong, $options); - $this->addStandardTab('Contract_Item', $ong, $options); - $this->addStandardTab('Document', $ong, $options); -- cgit