10-07-2013 12:21 PM
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.
10-07-2013 01:37 PM
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
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.