mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-23 07:52:13 +01:00
fix wrong double import of repositories
This commit is contained in:
@@ -45,6 +45,10 @@ Sonia.repository.ImportWindow = Ext.extend(Ext.Window,{
|
||||
importJobs: 0,
|
||||
|
||||
initComponent: function(){
|
||||
this.imported = [];
|
||||
this.importJobsFinished = 0;
|
||||
this.importJobs = 0;
|
||||
|
||||
var config = {
|
||||
layout:'fit',
|
||||
width:300,
|
||||
|
||||
Reference in New Issue
Block a user