瀏覽代碼

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

Oleg Nechiporenko 11 年之前
父節點
當前提交
eb2eb91d75
共有 1 個文件被更改,包括 0 次插入1 次删除
  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';
           }