Browse Source

HUE-6384 [metadata] Fix upload table stats link

Johan Ahlen 8 years ago
parent
commit
dec5148
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -1900,7 +1900,7 @@ from notebook.conf import get_ordered_interpreters
           return;
         }
         self.uploadingTableStats(true);
-        huePubSub.publish('editor.upload.table.stats', { activeTables: activeTables(), callback: function () {
+        huePubSub.publish('editor.upload.table.stats', { activeTables: self.activeTables(), callback: function () {
             self.uploadingTableStats(false);
           }
         });