You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/04/24 01:13:43 UTC

svn commit: r1471199 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/controllers/main/service/info/configs.js

Author: yusaku
Date: Tue Apr 23 23:13:43 2013
New Revision: 1471199

URL: http://svn.apache.org/r1471199
Log:
AMBARI-2000. Undo links still remain after the config changes are saved. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1471199&r1=1471198&r2=1471199&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Apr 23 23:13:43 2013
@@ -774,6 +774,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2000. Undo links still remain after the config changes are saved.
+ (yusaku)
+
  AMBARI-1999. Clicking on Cancel on the Service Config page should not reload
  the entire app. (yusaku)
 

Modified: incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js?rev=1471199&r1=1471198&r2=1471199&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js (original)
+++ incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js Tue Apr 23 23:13:43 2013
@@ -621,7 +621,7 @@ App.MainServiceInfoConfigsController = E
       secondary: null,
       onPrimary: function () {
         this.hide();
-        if (App.supports.hostOverrides) {
+        if (flag) {
           self.loadStep();
         }
       },