Fix admin controller: call parent::__construct() before fields_list translations
Build / build (push) Successful in 13s
Build / build (push) Successful in 13s
This commit is contained in:
@@ -20,6 +20,8 @@ class AdminSimpleWithdrawalController extends ModuleAdminController
|
||||
$this->list_no_link = false;
|
||||
$this->actions = ['view'];
|
||||
|
||||
parent::__construct();
|
||||
|
||||
$this->fields_list = [
|
||||
'id_withdrawal_request' => [
|
||||
'title' => $this->l('ID'),
|
||||
@@ -56,8 +58,6 @@ class AdminSimpleWithdrawalController extends ModuleAdminController
|
||||
'filter_key' => 'a!status',
|
||||
],
|
||||
];
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function renderScopeLabel($value, $row)
|
||||
|
||||
Reference in New Issue
Block a user