feature/21729 #2

Merged
giancarlo.panichi merged 9 commits from feature/21729 into master 2021-06-30 17:39:51 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 49f9a8e05c - Show all commits

View File

@ -107,7 +107,7 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
public class ActiveFiltersPanel extends SimpleContainer {
private static final int TOP_NUMBER_DEFAULT = 5;
private static final int TOP_NUMBER_MAX = 30;
private static final int TOP_NUMBER_MAX = 10;
private static final int TOP_NUMBER_MIN = 1;
private EventBus eventBus;
private Grid<AccountingFilter> gridFilter;