aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src
diff options
context:
space:
mode:
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>