ATBTreeFolder 与 ATFolder 的本地角色
我有一个从 Plone 3.3.5 升级到 4.0.7 的 Plone 站点。从ZMI中,我发现有两种文件夹:ATBTreeFolder和ATFolder。使用 ATBTreeFolder,我可以在“安全”选项卡中分配“本地角色”。而ATFolder则没有这样的设置界面。
在我阅读 http://collective-docs.readthedocs.org/en/ 后latest/security/local_roles.html 和 http:// /encolpe.wordpress.com/2010/02/08/add-a-new-role-in-the-sharing-tab-for-plone-3 , plone.app.workflow 似乎是正确的方法去。但是,在编写共享.xml 之前,我应该将 ATBTreeFolder“迁移”到 ATFolder 或删除以前的本地角色设置吗?
I have a Plone site that is upgraded from Plone 3.3.5 to 4.0.7. From ZMI, I find there are 2 kinds of folders: ATBTreeFolder and ATFolder. With ATBTreeFolder, I can assign Local Roles in Security tab. With ATFolder, there is no such setting interface.
After I read http://collective-docs.readthedocs.org/en/latest/security/local_roles.html and http://encolpe.wordpress.com/2010/02/08/add-a-new-role-in-the-sharing-tab-for-plone-3 , plone.app.workflow seems the right way to go. However, before writing my sharing.xml, should I "migrate" ATBTreeFolder to ATFolder or remove previous Local Roles setting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您应该从 ATBTreeFolder 迁移到 ATFolder,因为在 Plone4 中大文件夹和文件夹已合并。
更多:
Yes, you should migrate from ATBTreeFolder to ATFolder, because in Plone4 Large Folders and Folders have been merged.
More: