Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设ADMINS是一个具有Administrator角色(站点范围)的组。
ADMINS
Administrator
在 Plone 站点 ( /Plone/folder) 的不同上下文中,我想使用该@@sharing视图,并从ADMINS组中删除所有角色并添加一些自定义角色:问题是这是不可能的,因为Administrator角色 forADMINS是站点范围的。
/Plone/folder
@@sharing
是否可以仅删除 Plone 站点中的上下文的站点范围角色?或者我是否必须通过设置自定义工作流状态的个人权限来做到这一点?
@@sharing管理本地角色和用户/组角色(AKA 全局角色)不能通过本地角色进行更改。但是,您可以做的不是使用该组应用角色(IOW,只需让该组不带任何角色),然后/Plone/@@sharing在门户根目录中使用该组本地角色,然后/Plone/folder/@@sharing您可以取消选中Inherit permissions from higher levels和本地角色from/Plone不会在那里继承。
/Plone/@@sharing
/Plone/folder/@@sharing
Inherit permissions from higher levels
/Plone