aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2017-12-14 11:38:57 +0200
committerMichael Lando <ml636r@att.com>2017-12-14 11:41:24 +0000
commit9d9f5d43d480b9e506929d3f03445de81dc78d04 (patch)
tree738bdf48465f3163ca625b88f9b9488de7f203c2 /catalog-be/src
parent64ffbe2d6567b28b31f82c0dbf38379281722d7d (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')
-rw-r--r--catalog-be/src/main/webapp/WEB-INF/web.xml5
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>