Skip to content
Snippets Groups Projects
Commit 2bb11b22 authored by tpylak's avatar tpylak
Browse files

fix filters refreshing

SVN: 13529
parent e973a9fb
No related branches found
No related tags found
No related merge requests found
...@@ -1228,9 +1228,6 @@ public abstract class AbstractBrowserGrid<T/* Entity */, M extends BaseEntityMod ...@@ -1228,9 +1228,6 @@ public abstract class AbstractBrowserGrid<T/* Entity */, M extends BaseEntityMod
} }
// settings will be automatically stored because of event handling // settings will be automatically stored because of event handling
refreshColumnsSettings(); refreshColumnsSettings();
}
if (filtersChanged)
{
filterToolbar.refresh(); filterToolbar.refresh();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment