Commit 0364e7a38b08e520561a83b2ec4b8eb5b84e4c55

Authored by Elena.Budnik
1 parent 5f7d3cff

bug when call to initTTCacheFromUploaded

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/TimeTableUI.js
... ... @@ -109,7 +109,7 @@ Ext.define('amdaUI.TimeTableUI', {
109 109 if (this.object.get('objFormat') && this.object.get('objFormat') != '')
110 110 {
111 111 //From uploaded file
112   - AmdaAction.initTTCacheFromUploadedFile(this.object.get('objName'), this.object.get('objFormat'), onAfterInit);
  112 + AmdaAction.initTTCacheFromUploadedFile(this.object.get('objName'), this.object.get('objFormat'), false, onAfterInit);
113 113 }
114 114 else
115 115 {
... ...