Jump to content

Default BackOffice number of results in list per page


tehteh

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...