diff options
author | Rina Roi <rina.roi@intl.att.com> | 2019-08-01 12:51:30 +0300 |
---|---|---|
committer | Rina Roi <rina.roi@intl.att.com> | 2019-08-01 14:29:59 +0300 |
commit | 0a078bb56030f0311081b8a24b2977d8a52e331e (patch) | |
tree | f3d03e7e788425742e02ce9372369b863c5ebf1c /vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | |
parent | 1c4cea59f9190c8a96bcd40233df0559ed03af2f (diff) |
Add flag for modern UI
Issue-ID: VID-544
Change-Id: Iad79353ff9f55416d87b5bef56e38dd01357003b
Signed-off-by: Rina Roi <rina.roi@intl.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 | 2 |
1 files changed, 1 insertions, 1 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 123c15ee6..ae57a3175 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 @@ -1,4 +1,4 @@ -FLAG_ASYNC_INSTANTIATION = true +FLAG_ENABLE_WEBPACK_MODERN_UI = true FLAG_ASYNC_JOBS = true CREATE_INSTANCE_TEST = false EMPTY_DRAWING_BOARD_TEST = false |