From 4996ccfb67d22533da5d5021284e41b6612e4aec Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Wed, 11 Sep 2019 15:53:30 +0300 Subject: add Feature Flag for cloud-region and nf-role as an optional search Issue-ID: VID-596 Signed-off-by: Alexey Sandler Change-Id: I36e5ea4842816dfa8a6734299bf667150600a375 --- vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common/src/main/webapp/WEB-INF') diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties index ae57a3175..70eaae964 100644 --- a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties @@ -32,3 +32,4 @@ FLAG_1810_AAI_LOCAL_CACHE = true FLAG_1902_NEW_VIEW_EDIT= false FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER = false FLAG_1902_VNF_GROUPING = true +FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH=false \ No newline at end of file -- cgit 1.2.3-korg