在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:

#
# Set this 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=true

修改为:

#
# Set this 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

相关文章:

  • 2021-11-05
  • 2021-09-16
  • 2021-11-11
  • 2021-11-27
  • 2021-06-19
猜你喜欢
  • 2021-09-18
  • 2021-12-23
  • 2021-09-09
  • 2021-08-29
  • 2022-01-18
  • 2021-09-04
相关资源
相似解决方案