add Feature Flag for cloud-region and nf-role as an optional search
[vid.git] / vid-app-common / src / main / java / org / onap / vid / properties / Features.java
index a400a61..394fc9c 100644 (file)
@@ -75,6 +75,7 @@ public enum Features implements Feature {
     FLAG_HANDLE_SO_WORKFLOWS,
     FLAG_CREATE_ERROR_REPORTS,
     FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT,
+    FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH,
     ;