commit | 0a078bb56030f0311081b8a24b2977d8a52e331e | [log] [tgz] |
---|---|---|
author | Rina Roi <rina.roi@intl.att.com> | Thu Aug 01 12:51:30 2019 +0300 |
committer | Rina Roi <rina.roi@intl.att.com> | Thu Aug 01 14:29:59 2019 +0300 |
tree | f3d03e7e788425742e02ce9372369b863c5ebf1c | |
parent | 1c4cea59f9190c8a96bcd40233df0559ed03af2f [diff] [blame] |
Add flag for modern UI Issue-ID: VID-544 Change-Id: Iad79353ff9f55416d87b5bef56e38dd01357003b Signed-off-by: Rina Roi <rina.roi@intl.att.com>
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 123c15e..ae57a31 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