//Fixed bug var list_skip_actions in list_content.tpl
This commit is contained in:
@@ -33,7 +33,7 @@ class AdminShopUrlControllerCore extends AdminController
|
||||
$this->className = 'ShopUrl';
|
||||
$this->lang = false;
|
||||
$this->requiredDatabase = true;
|
||||
$this->_listSkipDelete = array(1);
|
||||
$this->addRowActionSkipList('delete', array(1));
|
||||
|
||||
$this->addRowAction('edit');
|
||||
$this->addRowAction('delete');
|
||||
|
||||
Reference in New Issue
Block a user