From 28389331a544dcf8d74584c215467b149b959ecf Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Sun, 10 Nov 2019 08:27:27 +0200 Subject: add FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI Issue-ID: VID-705 Signed-off-by: Eylon Malin Change-Id: I0690fe8940248f0148edb26b06061fe188e6282b --- vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vid-app-common/src/main/java/org/onap/vid/properties/Features.java') diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java index abee30025..649a2ff87 100644 --- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java +++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java @@ -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, ; -- cgit 1.2.3-korg