// Product tabs now trigger an event when finished loading. Fixed pack and virtual product not being updated when the loading is not complete.
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12077 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1888,7 +1888,7 @@ class AdminProductsControllerCore extends AdminController
|
||||
continue;
|
||||
|
||||
$product_tabs[$product_tab] = array(
|
||||
'id' => ++$i.'-'.$product_tab,
|
||||
'id' => $product_tab,
|
||||
'selected' => (strtolower($product_tab) == strtolower($this->tab_display)),
|
||||
'name' => $this->available_tabs_lang[$product_tab],
|
||||
'href' => $this->context->link->getAdminLink('AdminProducts').'&id_product='.Tools::getValue('id_product').'&action='.$product_tab,
|
||||
|
||||
Reference in New Issue
Block a user