cancel
Showing results for 
Search instead for 
Did you mean: 

quota module, Workspaces, and DAM Asset Library

Brian_T
Confirmed Champ
Confirmed Champ

How do I use nuxeo-quota in the Asset Library? I can only get the quota tab to show up on Workspaces under Docuent Management.

Using 5.7.x and Studio, I can't figure how how to add a Workspace facet to a Folderish object in the asset library.

1 REPLY 1

Brian_T
Confirmed Champ
Confirmed Champ

page 164 in the PDF manual

Enable quotas on document types

By default, quotas are available on domains and workspaces only. It is possible to enable them on other document types using Nuxeo Studio: Create a new XML extension with the following content:

<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="filters">
<filter id="QUOTA_MANAGABLE_DOCTYPES" append="true">
<rule grant="true">
<type>Folder</type>
</rule>
</filter>
</extension>

Replace Folder in the tag by the document type(s) on which you want to enable quotas. Update your Nuxeo instance with the Studio customization.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.