fix wrong double import of repositories

This commit is contained in:
Sebastian Sdorra
2012-02-04 16:03:18 +01:00
parent d5ba905f73
commit ea078a0650

View File

@@ -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,