Browse Source

AMBARI-6563. Impossible to add custom property for any service through UI. (Buzhor Denys via onechiporenko)

Oleg Nechiporenko 11 years ago
parent
commit
eb2eb91d75
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ambari-web/app/utils/config.js

+ 0 - 1
ambari-web/app/utils/config.js

@@ -337,7 +337,6 @@ App.config = Em.Object.create({
             }
             this.handleSpecialProperties(serviceConfigObj);
           } else {
-            serviceConfigObj.isVisible = false;  // if the property is not defined on ui metadata site_properties.js then it shouldn't be a part of errorCount
             serviceConfigObj.displayType = stringUtils.isSingleLine(serviceConfigObj.value) ? 'advanced' : 'multiLine';
           }