Merge pull request #555 from piotrmocko/patch-1
[- ] BO : Do not limit feature values on a getList
This commit is contained in:
@@ -455,7 +455,7 @@ class AdminFeaturesControllerCore extends AdminController
|
||||
* AdminController::getList() override
|
||||
* @see AdminController::getList()
|
||||
*/
|
||||
public function getList($id_lang, $order_by = null, $order_way = null, $start = 0, $limit = null, $id_lang_shop = false)
|
||||
public function getList($id_lang, $order_by = null, $order_way = null, $start = 0, $limit = false, $id_lang_shop = false)
|
||||
{
|
||||
if ($this->table == 'feature_value')
|
||||
$this->_where .= ' AND a.custom = 0';
|
||||
|
||||
Reference in New Issue
Block a user