Let enabling FLAG_2004_INSTANTIATION_TEMPLATES_POPUP 07/99907/2
authorIttay Stern <ittay.stern@att.com>
Wed, 25 Dec 2019 07:49:12 +0000 (09:49 +0200)
committerIttay Stern <ittay.stern@att.com>
Wed, 25 Dec 2019 07:54:48 +0000 (07:54 +0000)
Issue-ID: VID-724
Change-Id: I93c5b61aa282f6108d7256286f2a70d1772ff419
Signed-off-by: Ittay Stern <ittay.stern@att.com>
features.properties.md
vid-app-common/src/main/java/org/onap/vid/properties/Features.java

index 62ab55e..e464583 100644 (file)
 * FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE
   When flag is true, the user see in instantiation status page, an option to recreate another instance.
   This option is enabled only for instantiate jobs.
-  IF the user click on this option, the previous instantiation is opened in drawing board, 
+  If the user clicks on this option, the previous instantiation is opened in drawing board, 
   and the user can create another one from this template.
   
+* FLAG_2004_INSTANTIATION_TEMPLATES_POPUP
+  Enables a designated Templates selection modal, accessible when creating a new instance through "Browse SDC".
+
 * FLAG_2002_UNLIMITED_MAX 
   when flag is true and max_instances is not declare than user can add unlimited VND, NETWORK, VFMODULE,
   User can duplicate up to 10 record in single time.
index 990ec60..a421103 100644 (file)
@@ -82,6 +82,7 @@ public enum Features implements Feature {
     FLAG_2004_INSTANTIATION_STATUS_FILTER,
     FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE,
     FLAG_2004_TEMP_BUTTON_TO_INSTANTIATION_STATUS_FILTER,
+    FLAG_2004_INSTANTIATION_TEMPLATES_POPUP,
     FLAG_2002_UNLIMITED_MAX,
     ;