瀏覽代碼

HUE-1445 [hbase] Column Filters are Persistent & throws NoSuchColumnFamily error on nav

Kevin Wang 12 年之前
父節點
當前提交
868ae3d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/hbase/static/js/controls.js

+ 1 - 0
apps/hbase/static/js/controls.js

@@ -156,6 +156,7 @@ var SmartViewModel = function(options) {
   self.columnFamilies = ko.observableArray();
   self.name = ko.observable(options.name);
   self.name.subscribe(function(){
+    self.columnFamilies([]);
     self._reloadcfs();
     if(app.station() == 'table')
       return;