Configurar Liferay para que no muestre los portlets inactivos o con acceso denegado
¿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
Conocimiento Open Source
Desde siempre intentamos aplicar la filosofía Open Source también con el conocimiento, por ello nació el Blog Open Source, donde nuestros desarrolladores comparten notas, consejos y tutoriales sobre tecnología y desarrollo, soluciones a problemas diarios, bugs o cualquier información que creemos, puede ser interesante.



0 comentarios