소스 검색

YARN-11312: [UI2] Refresh buttons don't work after EmberJS upgrade (#5649)

susheel-gupta 2 년 전
부모
커밋
0f3406ac34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/breadcrumb-bar.js

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/breadcrumb-bar.js

@@ -25,7 +25,7 @@ export default Ember.Component.extend({
 
   actions:{
     refresh: function () {
-      this.get("targetObject").send("refresh");
+      this.get("_targetObject").send("refresh");
     }
   }