Commit e68ca9d70658814a7fc4f4614d14d299bd0a82c1

Authored by Myriam Bouchemit
2 parents 4618bb0a db2c0c60

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM

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 525 notifyOver: function (ddSource, e, data)
526 526 {
527 527 var nodeType = data.records[0].get('nodeType');
528   -
529 528 if ((nodeType == 'timeTable' || nodeType == 'sharedtimeTable') ||
530   - (nodeType == 'catalog' || nodeType == 'sharedCatalog') &&
  529 + (nodeType == 'catalog' || nodeType == 'sharedcatalog') &&
531 530 (data.records[0].get('leaf')))
532 531 {
533 532 this.valid = true;
... ...