In /portal_actions/object/local_roles uncheck the visibility.
Then export the "Action Providers" profile from
/portal_setup/manage_exportSteps, and thats how you get the actions.xml with
the bit that you need to use:

   <property name="title" i18n:translate="">Sharing</property>
   <property name="description" i18n:translate=""></property>
   <property name="url_expr">string:${object_url}/@@sharing</property>
   <property name="icon_expr"></property>
   <property name="available_expr"></property>
   <property name="permissions">
    <element value="Sharing page: Delegate roles"/>
   </property>
   <property name="visible">False</property>

-- 
View this message in context: 
http://n2.nabble.com/how-to-disable-Sharing-tab-tp4743368p4744294.html
Sent from the Product Developers mailing list archive at Nabble.com.

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to