|
@@ -67,7 +67,9 @@ App.ServiceConfigTextField = Ember.TextField.extend(App.ServiceConfigPopoverSupp
|
|
|
},
|
|
|
//Set editDone false for all current category config text field parameter
|
|
|
focusIn: function(event){
|
|
|
- this.get("parentView.categoryConfigsAll").setEach("editDone", false);
|
|
|
+ if (!this.get('serviceConfig.selectedHostOptions')) {
|
|
|
+ this.get("parentView.categoryConfigsAll").setEach("editDone", false);
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
textFieldClassName: function () {
|