[ 
https://jira.nuxeo.org/browse/NXP-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Roger resolved NXP-4821.
-------------------------------

       Resolution: Fixed
    Upgrade notes: 
There is no default "New document" and "Import file" actions on the folderish 
types anymore.

The types where the import file and/or new document actions should be available 
need to be registered through the corresponding filter.

To add the new document action to the WebSite type:
<filter id="create" append="true">
  <rule grant="true">
    <type>WebSite</type>
  </rule>
</filter>

To add the import file action to the WebSite type:
<filter id="importFile" append="true">
  <rule grant="true">
    <type>WebSite</type>
  </rule>
</filter>

See the upgrade notes.

Changesets:
http://hg.nuxeo.org/nuxeo/nuxeo-dm/rev/525c3b5666d4
http://hg.nuxeo.org/nuxeo/nuxeo-features/rev/9d4df93651b2

> Explicitely add the document types where the import file and new document 
> actions are available
> -----------------------------------------------------------------------------------------------
>
>                 Key: NXP-4821
>                 URL: https://jira.nuxeo.org/browse/NXP-4821
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Task
>            Reporter: Thomas Roger
>            Assignee: Thomas Roger
>             Fix For: 5.3.1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to