add FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI 20/98220/2
authorEylon Malin <eylon.malin@intl.att.com>
Sun, 10 Nov 2019 06:27:27 +0000 (08:27 +0200)
committerEylon Malin <eylon.malin@intl.att.com>
Sun, 10 Nov 2019 06:31:23 +0000 (08:31 +0200)
Issue-ID: VID-705
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I0690fe8940248f0148edb26b06061fe188e6282b

features.properties.md
vid-app-common/src/main/java/org/onap/vid/properties/Features.java
vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties
vid-automation/src/main/java/vid/automation/test/infra/Features.java

index edf162d..32b139a 100644 (file)
   
 * FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE
    Let the user set the order of resource instantiation with the button (Move up / Move down) while using drawing board (new view edit)
-   for a-la-carte instantiation.
\ No newline at end of file
+   for a-la-carte instantiation.
+   
+* FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI
+  Any a-la-carte new service deployment will be open in modern UI, besides excluded services : Port mirroring, VLAN Tagging
index abee300..649a2ff 100644 (file)
@@ -80,7 +80,8 @@ public enum Features implements Feature {
     FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT,
     FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH,
     FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE,
-    FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE
+    FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE,
+    FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI,
     ;
 
 
index 0815acc..7152d91 100644 (file)
@@ -38,3 +38,4 @@ FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG = false
 FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE = false
 FLAG_SHOW_ORCHESTRATION_TYPE = false
 FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE = false
+FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI = false
index 329bb4a..b316fda 100644 (file)
@@ -55,7 +55,8 @@ public enum Features implements Feature {
     FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG,
     FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH,
     FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE,
-    FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE
+    FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE,
+    FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI,
     ;
 
     public boolean isActive() {