// fix bug in bulk_actions of type "delete" in AdminController's
This commit is contained in:
@@ -83,13 +83,13 @@ class AdminShopUrlControllerCore extends AdminController
|
||||
'width' => 50,
|
||||
),
|
||||
);
|
||||
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function renderList()
|
||||
{
|
||||
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
|
||||
$this->addRowActionSkipList('delete', array(1));
|
||||
|
||||
$this->addRowAction('edit');
|
||||
|
||||
Reference in New Issue
Block a user