Does that just hide the ability to create a File within a Folder in the user interface, or does it prevent the back-end from creating one also? Does it have any effect on Files that already exist in Folders?

Regards,

Sean


Romain FERE a écrit :
Hello all,

Do you have an example of how to hide a type like "File" when I click on
the "New document" button when I'm in a folder. I want the folder to
contain the type "File" but I don't want the user be able to create one.

I read this :
http://svn.nuxeo.org/nxpointdoc/_index_extension_points.html but there
is no hiding example.

Please add a jira issue to track specific missing documentation points. For your
case you can use the following:

    <type id="Folder" coretype="Folder">
      <deniedSubtypes>
        <type>File</type>
      </deniedSubtypes>
    </type>



--
Dr. Sean Radford, MBBS, MSc
http://www.tacola.com/

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to