Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-4821

Explicitely add the document types where the import file and new document actions are available

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.3.1
    • Component/s: None
    • Upgrade notes:
      Hide

      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>

      Show
      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>

      Attachments

        Activity

          People

          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: