diff options
Diffstat (limited to 'vid-app-common/src/main')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 7 |
1 files changed, 4 insertions, 3 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 63aac31a7..1b5ce8ba2 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 @@ -98,10 +98,11 @@ public enum Features implements Feature { FLAG_2006_PAUSE_VFMODULE_INSTANTIATION_CREATION, FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD, FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO, - + FLAG_2008_DISABLE_DRAG_FOR_BASE_MODULE, + FLAG_2008_CREATE_VFMODULE_INSTANTIATION_ORDER_NUMBER, + FLAG_2008_PAUSE_INSTANTIATION_ON_VFMODULE_POPUP, + FLAG_2008_REMOVE_PAUSE_INSTANTIATION, ; - - public boolean isActive() { return FeatureContext.getFeatureManager().isActive(this); } |