cancel
Showing results for 
Search instead for 
Did you mean: 

Disbale Repository from Share - Alfresco 3.4.3 version

amitabhandari1
Champ in-the-making
Champ in-the-making
Anyone has done any configuration relatd to disabling  repository link in share.
I am trying with the below one , but its not working:

<!– How to enable/disable Repository –>  
<config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
<!– Whether the link to the Repository Library appears in the header component or not.–>
   <visible>false</visible>
   <!–  Root nodeRef for top-level folder    –>
   <root-node>alfresco://company/home</root-node>
</config>


Any help would be appreciable.

Thanks,
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
In 3.4 you override the <header> config (you have to override it all) and either remove the entry altogether, or add permission="admin" to restrict the entry.

Thanks,
Mike

amitabhandari1
Champ in-the-making
Champ in-the-making
Hi Mike,

Thanks for prompt reply. Can you please suggest how to add permission = "admin"  .

mikeh
Star Contributor
Star Contributor
There are other entries with that attribute - e.g. the tools item. See also https://wiki.alfresco.com/wiki/Share_Header

Thanks,
Mike