tehteh Posted June 8, 2015 Share Posted June 8, 2015 Hello, i would like to change default number of results in list per page everywhere in Back Office(it is 50 by default). I changed: classes/helper/HelperList.php /** @var array Number of results in list per page (used in select field) */ protected $_pagination = array(300, 400, 500, 700); classes/AdminTab.php /** @var array Number of results in list per page (used in select field) */ protected $_pagination = array(300, 400, 500, 700); But anytime I log in, I need to change the number, because there are 50 results by default, even though there is no 50 number listed in selector. Does anyone know how to change the default value? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now