浏览代码

AMBARI-9213 Config History - config group shows incorrect filter value. (atkach)

Andrii Tkach 10 年之前
父节点
当前提交
3ec191f440
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/views/main/dashboard/config_history_view.js

+ 1 - 1
ambari-web/app/views/main/dashboard/config_history_view.js

@@ -132,7 +132,7 @@ App.MainConfigHistoryView = App.TableView.extend(App.TableServerViewMixin, {
           label: item
           label: item
         }
         }
       }));
       }));
-    }.property('App.router.mainConfigHistoryController.content'),
+    }.property('parentView.isInitialRendering'),
     onChangeValue: function () {
     onChangeValue: function () {
       this.get('parentView').updateFilter(this.get('column'), this.get('value'), 'select');
       this.get('parentView').updateFilter(this.get('column'), this.get('value'), 'select');
     }
     }