|
@@ -1112,7 +1112,7 @@ App.WizardStep7Controller = Em.Controller.extend(App.ServerValidatorMixin, App.E
|
|
this._setEditableValue(config);
|
|
this._setEditableValue(config);
|
|
this._setOverrides(config, overrides);
|
|
this._setOverrides(config, overrides);
|
|
}, this);
|
|
}, this);
|
|
- this.getRecommendationsForDependencies(null, true, Em.K);
|
|
|
|
|
|
+ //this.getRecommendationsForDependencies(null, true, Em.K);
|
|
}.observes('selectedConfigGroup'),
|
|
}.observes('selectedConfigGroup'),
|
|
|
|
|
|
/**
|
|
/**
|