浏览代码

HUE-6384 [metadata] Fix upload table stats link

Johan Ahlen 8 年之前
父节点
当前提交
dec5148
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
           }
         });