diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2020-05-06 00:35:56 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-05-06 14:06:16 +0300 |
commit | a88abcb68afd396d9317e6a0768f7870bda9535d (patch) | |
tree | b1c818cfe373a24477b187eabc05b29c5cf7bca6 /vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | |
parent | 03e4ae0e29eff5bbcc65020f383762af9e3fd5cc (diff) |
Disable Scheduler by feature toggle FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO
Issue-ID: VID-174
Change-Id: I8693021ed952e9ff250cf72360db43f0741af9b4
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties')
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 2a0cb5b88..92be1c74b 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 @@ -33,3 +33,4 @@ FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE = false FLAG_SHOW_ORCHESTRATION_TYPE = false FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE = false FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI = false +FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO = true |