mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 14:02:13 +01:00
reload repository panel after import
This commit is contained in:
@@ -190,6 +190,12 @@ Sonia.repository.ImportWindow = Ext.extend(Ext.Window,{
|
||||
var h = this.getHeight();
|
||||
this.setHeight( h + 100 );
|
||||
this.doLayout();
|
||||
|
||||
// reload repositories panel
|
||||
var panel = Ext.getCmp('repositories');
|
||||
if (panel){
|
||||
panel.getGrid().reload();
|
||||
}
|
||||
},
|
||||
|
||||
importRepositoriesOfType: function(type){
|
||||
|
||||
Reference in New Issue
Block a user