aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src
diff options
context:
space:
mode:
authorAmichai Hemli <amichai.hemli@intl.att.com>2020-03-16 08:37:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-16 08:37:29 +0000
commit6357b9b66cd937f50a11c223cb63e818ecb9ef08 (patch)
tree193547d79bf0950c172d04907d9694ec22e21c1b /vid-app-common/src
parent2644c8bf74580f71920c7a78224e4c40cc97d80b (diff)
parent1c55c3023fb2d4108d17ae02577e74665dcae9ff (diff)
Merge "allow LOB multi-selection for network - add FF"
Diffstat (limited to 'vid-app-common/src')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java1
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 e52571906..35f18aafe 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
@@ -91,6 +91,7 @@ public enum Features implements Feature {
FLAG_EXP_TOPOLOGY_TREE_VFMODULE_NAMES_FROM_OTHER_TOSCA_VERSIONS,
FLAG_2006_NETWORK_PLATFORM_MULTI_SELECT,
FLAG_EXP_USE_FORMAT_PARAMETER_FOR_CM_DASHBOARD,
+ FLAG_2006_NETWORK_LOB_MULTI_SELECT,
;