diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-11-26 15:20:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-26 15:20:24 +0000 |
commit | 5518615a9a8344079440ca646d2a62d19bfb0c52 (patch) | |
tree | 33ceb983ce9601b8352b5fa72a2dd3170542f4d5 /vid-app-common | |
parent | cc75a7a4ede9dc6aafe709594b1789dab12d3ce6 (diff) | |
parent | 091343aa4bbf1bd6b882e08113d90685c1c84ffe (diff) |
Merge "Allow platform multi-selection for VNF in modern UI"
Diffstat (limited to 'vid-app-common')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 |
1 files changed, 1 insertions, 0 deletions
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 d6d7a6aa2..6a6ac6898 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 @@ -79,6 +79,7 @@ public enum Features implements Feature { FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH, FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE, FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI, + FLAG_2002_VNF_PLATFORM_MULTI_SELECT, FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS, FLAG_2002_IDENTIFY_INVARIANT_MACRO_UUID_BY_BACKEND, ; |