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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, you should migrate from ATBTreeFolder to ATFolder, because in Plone4 Large Folders and Folders have been merged.

More:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.