Commit db2c0c601892e9b05f3e9ea7951509c2dc6fb8c8

Authored by Elena.Budnik
1 parent 95b44daa

redmine 6884 shared catalog

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
js/app/views/DownloadUI.js
@@ -525,9 +525,8 @@ Ext.define('amdaUI.DownloadUI', { @@ -525,9 +525,8 @@ Ext.define('amdaUI.DownloadUI', {
525 notifyOver: function (ddSource, e, data) 525 notifyOver: function (ddSource, e, data)
526 { 526 {
527 var nodeType = data.records[0].get('nodeType'); 527 var nodeType = data.records[0].get('nodeType');
528 -  
529 if ((nodeType == 'timeTable' || nodeType == 'sharedtimeTable') || 528 if ((nodeType == 'timeTable' || nodeType == 'sharedtimeTable') ||
530 - (nodeType == 'catalog' || nodeType == 'sharedCatalog') && 529 + (nodeType == 'catalog' || nodeType == 'sharedcatalog') &&
531 (data.records[0].get('leaf'))) 530 (data.records[0].get('leaf')))
532 { 531 {
533 this.valid = true; 532 this.valid = true;