// Remove $display_multishop_toolbar and add instead $multishop_context to manage shop context per admin controller
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
|
||||
class AdminGroupShopControllerCore extends AdminController
|
||||
{
|
||||
public $display_multishop_toolbar = false;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->table = 'group_shop';
|
||||
@@ -69,6 +67,8 @@ class AdminGroupShopControllerCore extends AdminController
|
||||
);
|
||||
|
||||
parent::__construct();
|
||||
|
||||
$this->multishop_context = null;
|
||||
}
|
||||
|
||||
public function renderForm()
|
||||
|
||||
Reference in New Issue
Block a user