By default Files haven’t workflow
So i put them the simple publication workflow (private -> submit -> publish)
I want the authenticated users could not modify the file when it is published
(on Plone 4.0.7)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should try this:
portal_workflow->contentssimple_publication_workflowcopy_of_simple_publication_workflowto something else (eg.my_files_workflow)my_files_workflow->States->published->PermissionsNow you can assign this new workflow to your files.