Files
PrestaShop/controllers/admin/AdminFeaturesController.php
Piotr Moćko 291cec36ab Do not limit features value on a list
Controller use default method getList with pagination of 50 items. Argument $limit should be set to FALSE to disable limit, because if you have more than 50 values of one feature, then you can not access them in back office.
2013-07-11 18:49:44 +02:00

14 KiB