mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 00:46:58 +02:00
hide archived repositories by default
This commit is contained in:
@@ -179,6 +179,13 @@ Sonia.repository.Grid = Ext.extend(Sonia.rest.Grid, {
|
||||
}
|
||||
console.debug( msg );
|
||||
}
|
||||
|
||||
if ( state.clientConfig.enableRepositoryArchive ){
|
||||
if ( !this.filterRequest ){
|
||||
this.filterRequest = {};
|
||||
}
|
||||
this.filterRequest.archived = false;
|
||||
}
|
||||
|
||||
var config = {
|
||||
autoExpandColumn: 'description',
|
||||
|
||||
Reference in New Issue
Block a user