فهرست منبع

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;