Explorar o código

[core] Fix issue with column stat terms not loading

Johan Ahlen %!s(int64=10) %!d(string=hai) anos
pai
achega
e3a19d69c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/templates/ko_components.mako

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

@@ -559,7 +559,7 @@ from desktop.views import _ko
         }
 
         self.loadingTerms(true);
-        self.assistHelper.fetchTerms(self.database.name, self.table.name, self.column.name, self.prefixFilter(), function (data) {
+        self.assistHelper.fetchTerms(self.database, self.table, self.column, self.prefixFilter(), function (data) {
           if (data && data.status == 0) {
             self.terms($.map(data.terms, function (term) {
               return {