You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/08/11 23:52:02 UTC

ambari git commit: AMBARI-12728. Review Page at the Install wizard doesn't load completely when oozie is selected for installation. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1.1 a8440f57e -> a09de75d6


AMBARI-12728. Review Page at the Install wizard doesn't load completely when oozie is selected for installation. (jaimin)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a09de75d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a09de75d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a09de75d

Branch: refs/heads/branch-2.1.1
Commit: a09de75d6e68b7b2d364372761228de8131be4e2
Parents: a8440f5
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Tue Aug 11 14:51:37 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Tue Aug 11 14:51:37 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a09de75d/ambari-web/app/utils/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js
index 8b66e85..6a0ad13 100644
--- a/ambari-web/app/utils/config.js
+++ b/ambari-web/app/utils/config.js
@@ -562,7 +562,7 @@ App.config = Em.Object.create({
   mergePreDefinedWithStack: function (selectedServiceNames) {
     var mergedConfigs = [];
 
-    var uiPersistentProperties = ['oozie_hostname__oozie-env', 'oozie_ambari_database__oozie-env'];
+    var uiPersistentProperties = ['oozie_hostname_oozie-env', 'oozie_ambari_database_oozie-env'];
     var configTypes = App.StackService.find().filter(function(service) {
       return selectedServiceNames.contains(service.get('serviceName'));
     }).map(function(item) {