Ver código fonte

AMBARI-18914 Bulk property mode doesnt throw any error on UI while adding an existing property. (atkach)

Andrii Tkach 8 anos atrás
pai
commit
1180e0a3a4

+ 1 - 1
ambari-web/app/views/common/configs/service_configs_by_category_view.js

@@ -597,7 +597,7 @@ App.ServiceConfigsByCategoryView = Em.View.extend(App.UserPref, App.ConfigOverri
           } else {
             errorMessages.push(this.lineNumber(index) + Em.I18n.t('form.validator.configKey.specific').format(key));
           }
-        });
+        }, this);
 
         if (errorMessages.length > 0) {
           callback(errorMessages.join('<br>'), parsedConfig);