do not show archived repositories on first load

This commit is contained in:
Sebastian Sdorra
2012-04-05 09:51:07 +02:00
parent d9807829d8
commit cf5bb76384

View File

@@ -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){