//Fixed bug var list_skip_actions in list_content.tpl
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9440 b9a71923-0436-4b27-9f14-aed3839534dd
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