diff options
author | Kruthi Bhat <krutbhat@att.com> | 2020-11-23 23:31:56 +0530 |
---|---|---|
committer | Ikram Ikramullah <ikram@research.att.com> | 2020-11-25 22:40:59 +0000 |
commit | 3e558222d300ff70ff490914cc2245cf2a59e72a (patch) | |
tree | bd95cf9eebb9dc28ac64a4d31066f2e212265244 /vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json | |
parent | e139ae6a162a7882d6d40203287a3e906a42564c (diff) |
Prevent upgrade for base vf module with add on
Change-Id: Ie8139056ae560f734f2ae70d6a2ddb97f4c2dfaa
Issue-ID: VID-925
Signed-off-by: krutbhat@att.com
Diffstat (limited to 'vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json')
-rw-r--r-- | vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json index 52e72504d..09f17007f 100644 --- a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json +++ b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json @@ -34,5 +34,6 @@ "FLAG_2008_DISABLE_DRAG_FOR_BASE_MODULE" : true, "FLAG_2008_CREATE_VFMODULE_INSTANTIATION_ORDER_NUMBER": true, "FLAG_2011_EXPORT_MSO_STATUS": true, - "FLAG_EXTENDED_MACRO_PNF_CONFIG": false + "FLAG_EXTENDED_MACRO_PNF_CONFIG": false, + "FLAG_2012_UPGRADE_BASE_MODULE_FLAG" :true } |