Seleccionar página

Configurar Liferay para que no muestre los portlets inactivos o con acceso denegado

por | Mar 11, 2011 | Java

¿Cómo configurar Liferay para que no muestre los portlets inactivos o con acceso denegado?

Hay que añadir lo siguiente al fichero “TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/portal-ext.properties” :

# Set the following to true if users are shown that they do not have access
# to a portlet. The portlet init parameter "show-portlet-access-denied" will
# override this setting.
#
layout.show.portlet.access.denied=false
#
# Set the following to true if users are shown that a portlet is inactive.
# The portlet init parameter "show-portlet-inactive" will override this
# setting.
#
layout.show.portlet.inactive=false

Te puede interesar…

0 comentarios

Enviar un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *