[*] Bo : removed empty filters from the cookie (thus limiting its size)

This commit is contained in:
Damien Metzger
2013-12-03 11:44:51 +01:00
parent 8a72e4d810
commit de456e45ec
4 changed files with 55 additions and 41 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ abstract class AdminTabCore
protected $_tmpTableFilter = '';
/** @var array Number of results in list per page (used in select field) */
protected $_pagination = array(20, 50, 100, 300);
protected $_pagination = array(20, 50, 100, 300, 1000);
/** @var string ORDER BY clause determined by field/arrows in list header */
protected $_orderBy;