AMBARI-7547. Installer wizard stucks on "Select Stacks" page when any OS is 
deselected. (jaimin)


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

Branch: refs/heads/branch-alerts-dev
Commit: a6ad0f7623a734c974c6edfbe307af6512b32eb9
Parents: 70801b9
Author: Jaimin Jetly <jai...@hortonworks.com>
Authored: Mon Sep 29 15:09:58 2014 -0700
Committer: Jaimin Jetly <jai...@hortonworks.com>
Committed: Mon Sep 29 15:09:58 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/a6ad0f76/ambari-web/app/models/repository.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/repository.js 
b/ambari-web/app/models/repository.js
index 16d245f..3d75d85 100644
--- a/ambari-web/app/models/repository.js
+++ b/ambari-web/app/models/repository.js
@@ -37,7 +37,7 @@ App.Repository = DS.Model.extend({
 
   isSelected: function() {
     return this.get('operatingSystem.isSelected');
-  }.property('id'),
+  }.property('id','operatingSystem.isSelected'),
 
   emptyError: function() {
     return !this.get('baseUrl');

Reply via email to