mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 18:51:10 +01:00
do not show archived repositories on first load
This commit is contained in:
@@ -254,10 +254,10 @@ Sonia.repository.Grid = Ext.extend(Sonia.rest.Grid, {
|
|||||||
if (this.searchValue){
|
if (this.searchValue){
|
||||||
this.filterStore();
|
this.filterStore();
|
||||||
}
|
}
|
||||||
this.ready = true;
|
|
||||||
if (this.filterRequest){
|
if (this.filterRequest){
|
||||||
this.filterByRequest();
|
this.filterByRequest();
|
||||||
}
|
}
|
||||||
|
this.ready = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
onFallBelowMinHeight: function(height, minHeight){
|
onFallBelowMinHeight: function(height, minHeight){
|
||||||
|
|||||||
Reference in New Issue
Block a user