|
@@ -125,6 +125,7 @@ App.AssignMasterOnStep7Controller = Em.Controller.extend(App.BlueprintMixin, App
|
|
var value = config.get('initialValue');
|
|
var value = config.get('initialValue');
|
|
config.set('value', value);
|
|
config.set('value', value);
|
|
configWidgetContext.setValue(value);
|
|
configWidgetContext.setValue(value);
|
|
|
|
+ configWidgetContext.sendRequestRorDependentConfigs(config);
|
|
this.hide();
|
|
this.hide();
|
|
mainPopupContext.hide();
|
|
mainPopupContext.hide();
|
|
}
|
|
}
|