Browse Source

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

Kevin Wang 12 years ago
parent
commit
868ae3d5b6
1 changed files with 1 additions and 0 deletions
  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;