From 2028a72e57daf47d8d1f97d4f8051e860818ba6c Mon Sep 17 00:00:00 2001 From: siddharth0905 Date: Fri, 29 Jun 2018 17:37:21 +0530 Subject: nfcNamingCode field value issue nfcNamingCode incorrect value for NFoD Change-Id: Iecf50c8161bbe9acf3ec36fb488e19f8a44744ce Issue-ID: SDC-1453 Signed-off-by: siddharth0905 --- .../tools/install/database/schemaTemplates/questionnaire/component.ftl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openecomp-be/tools/install') 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" }, -- cgit 1.2.3-korg