[Product-Developers] Re: how to disable "Sharing" tab?

Arno Blumer arnoblumer at gmail.com
Tue Mar 16 15:24:23 UTC 2010


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.




More information about the Product-Developers mailing list