diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-12-14 11:38:57 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-12-14 11:41:24 +0000 |
commit | 9d9f5d43d480b9e506929d3f03445de81dc78d04 (patch) | |
tree | 738bdf48465f3163ca625b88f9b9488de7f203c2 /catalog-be/src/main/webapp | |
parent | 64ffbe2d6567b28b31f82c0dbf38379281722d7d (diff) |
Fix Togglez dependency BE error
Change-Id: I46bf587e31f7e0f0c8bf493991d656644642c7ab
Issue-ID: SDC-581
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/webapp')
-rw-r--r-- | catalog-be/src/main/webapp/WEB-INF/web.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 5ed38e6bc1..e71f6c2258 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -193,4 +193,9 @@ <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> + + <context-param> + <param-name>org.togglz.FEATURE_MANAGER_PROVIDED</param-name> + <param-value>true</param-value> + </context-param> </web-app> |