diff --git a/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.grid.js b/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.grid.js index 6a294dcef5..4d157f0dcb 100644 --- a/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.grid.js +++ b/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.grid.js @@ -254,10 +254,10 @@ Sonia.repository.Grid = Ext.extend(Sonia.rest.Grid, { if (this.searchValue){ this.filterStore(); } - this.ready = true; if (this.filterRequest){ this.filterByRequest(); } + this.ready = true; }, onFallBelowMinHeight: function(height, minHeight){