From f813e9af08c051d692fc8bdbef4e2fe5cc9da10f Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Mon, 23 Jan 2012 14:20:06 +0000 Subject: [PATCH] [*] BO : product page - added all tabs to preloading queue --- controllers/admin/AdminProductsController.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index 0b6ea8d11..5f6d4081c 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -51,16 +51,16 @@ class AdminProductsControllerCore extends AdminController 'Prices' => 1, 'Seo' => 2, 'Associations' => 3, - 'Images' => false, + 'Images' => 9, 'Shipping' => 4, 'Combinations' => 5, - 'Features' => false, - 'Customization' => false, - 'Attachments' => false, + 'Features' => 10, + 'Customization' => 11, + 'Attachments' => 12, 'Quantities' => 6, - 'Suppliers' => false, - 'Warehouses' => false, - 'Accounting' => false, + 'Suppliers' => 13, + 'Warehouses' => 14, + 'Accounting' => 15, ); protected $default_tab = 'Informations';