diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-25 09:04:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-25 09:04:36 +0000 |
commit | b32a1d9f80ced9e5c4c2f0a67399f3fd908798dc (patch) | |
tree | b652c7e4f2dc68749f4cea13f771a007522822d9 /vid-app-common | |
parent | e532d719cefa7c20e32ae6d239e90dbcb4a91949 (diff) | |
parent | a7271a5bb3f84356284bb3e637f1b0df5f5fa086 (diff) |
Merge "Let enabling FLAG_2004_INSTANTIATION_TEMPLATES_POPUP"
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 990ec60c9..a42110337 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 @@ -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, ; |