diff options
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index d74d8fc916..a2044a4c5c 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -29,7 +29,7 @@ </portlet> <portlet> <portlet-name>Vaadin Liferay Theme Portlet</portlet-name> - <instanceable>true</instanceable> + <instanceable>false</instanceable> <ajaxable>false</ajaxable> </portlet> |