This is an automated email from the ASF dual-hosted git repository. bteke pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new 5e8663d0f56 YARN-11312: [UI2] Refresh buttons don't work after EmberJS upgrade (#5654) 5e8663d0f56 is described below commit 5e8663d0f56f10370e6fc383c7e8226205d116b2 Author: susheel-gupta <113329035+susheel-gu...@users.noreply.github.com> AuthorDate: Mon May 15 19:38:18 2023 +0530 YARN-11312: [UI2] Refresh buttons don't work after EmberJS upgrade (#5654) --- .../hadoop-yarn-ui/src/main/webapp/app/components/breadcrumb-bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/breadcrumb-bar.js b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/breadcrumb-bar.js index b8d974aa850..e3f3d2ef282 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/breadcrumb-bar.js +++ b/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"); } } --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org