aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/install/database
diff options
context:
space:
mode:
authorsiddharth0905 <siddharth.singh4@amdocs.com>2018-06-29 17:37:21 +0530
committerOren Kleks <orenkle@amdocs.com>2018-07-01 07:35:28 +0000
commit2028a72e57daf47d8d1f97d4f8051e860818ba6c (patch)
tree25a4e8a93cc6d6c055efe2ff3c9a26eb89f0ee3e /openecomp-be/tools/install/database
parentfa538a14ed825d417dcbc0c846b98c1b512aa4dd (diff)
nfcNamingCode field value issue
nfcNamingCode incorrect value for NFoD Change-Id: Iecf50c8161bbe9acf3ec36fb488e19f8a44744ce Issue-ID: SDC-1453 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/install/database')
-rw-r--r--openecomp-be/tools/install/database/schemaTemplates/questionnaire/component.ftl3
1 files changed, 1 insertions, 2 deletions
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}"</#if>
- },</#if>
+ },
"nfcFunction": {
"type": "string"
},