how can I hide the button "Import a File"
Under my folders I have 2 buttons :
- New
- Import a File
I want to hide the 2nd. How can I do it?
Thank you.
1 votes
2 answers
2039 views
Hello,
I tried to add this XML Extension but this has no effect. The Import a File button still appears…
I have one other XML Extension and this does not begin with <action>
tag but <extension>
:
<extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService"
point="trees">
<directoryTree name="bySubjectsNavigation" enabled="false" />
<directoryTree name="byCoverageNavigation" enabled="false" />
</extension>
Your XML does not begin with <extension>
should I add it before your code?
Many Thanks.