【发布时间】:2015-08-15 22:23:47
【问题描述】:
我发现 Calendar CE portlet 有一个奇怪的行为。我只是想知道这背后的原因。
我的 Calendar CE portlet(一个与 liferay 6.2 GA3 软件包一起提供的)工作正常,但突然停止发送邀请电子邮件通知(RSVP 链接)。控制台中没有显示错误。然后过了一会儿我发现在 Portal-ext.properties 中使用下面的代码会导致这个问题。
# Set whether or not private layouts are enabled. Set whether or not private
# layouts should be auto created if a user has no private layouts. If
# private layouts are not enabled, then the property
# "layout.user.private.layouts.auto.create" is assumed to be false.
layout.user.private.layouts.enabled=false
layout.user.private.layouts.auto.create=false
# Set whether or not public layouts are enabled. Set whether or not public
# layouts should be auto created if a user has no public layouts. If public
# layouts are not enabled, then the property
# "layout.user.public.layouts.auto.create" is assumed to be false.
layout.user.public.layouts.enabled=false
layout.user.public.layouts.auto.create=false
我使用上面的代码只是为了禁用下拉菜单中的“我的个人资料”和“我的仪表板”按钮(右上角)。并禁用私人页面。
我对此进行了测试。每当我在 portal-ext.properties 中使用上述代码时,日历都无法发送任何电子邮件。所有其他电子邮件功能都一样。
请帮我解决这个问题。
参考号:https://www.liferay.com/community/forums/-/message_boards/message/54631418 谢谢。
【问题讨论】:
-
如果您在多个站点上交叉发布相同的问题,请至少参考您的交叉发布。 liferay.com/de/community/forums/-/message_boards/message/…
标签: calendar liferay liferay-6