Explorar el Código

HUE-6384 [metadata] Fix upload table stats link

Johan Ahlen hace 9 años
padre
commit
dec5148
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
           }
         });