From: siddharth0905 Date: Fri, 29 Jun 2018 12:07:21 +0000 (+0530) Subject: nfcNamingCode field value issue X-Git-Tag: 1.3.0~277 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F55565%2F2;p=sdc.git nfcNamingCode field value issue nfcNamingCode incorrect value for NFoD Change-Id: Iecf50c8161bbe9acf3ec36fb488e19f8a44744ce Issue-ID: SDC-1453 Signed-off-by: siddharth0905 --- diff --git a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/component.ftl b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/component.ftl index f99d7fa9e0..4857db9d70 100644 --- a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/component.ftl +++ b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/component.ftl @@ -5,12 +5,11 @@ "general": { "type": "object", "properties": { - <#if !manual> "nfcNamingCode": { "type": "string", "maxLength": 1000<#if componentDisplayName??>, "default": "${componentDisplayName}" - }, + }, "nfcFunction": { "type": "string" },