nfcNamingCode field value issue 65/55565/2
authorsiddharth0905 <siddharth.singh4@amdocs.com>
Fri, 29 Jun 2018 12:07:21 +0000 (17:37 +0530)
committerOren Kleks <orenkle@amdocs.com>
Sun, 1 Jul 2018 07:35:28 +0000 (07:35 +0000)
nfcNamingCode incorrect value for NFoD

Change-Id: Iecf50c8161bbe9acf3ec36fb488e19f8a44744ce
Issue-ID: SDC-1453
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
openecomp-be/tools/install/database/schemaTemplates/questionnaire/component.ftl

index f99d7fa..4857db9 100644 (file)
@@ -5,12 +5,11 @@
     "general": {
       "type": "object",
       "properties": {
-        <#if !manual>
         "nfcNamingCode": {
           "type": "string",
           "maxLength": 1000<#if componentDisplayName??>,
           "default": "${componentDisplayName}"</#if>
-        },</#if>
+        },
         "nfcFunction": {
           "type": "string"
         },