-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: explorer-21.1.1
-
Component/s: Explorer
-
Epic Link:
Document validation is useless on explorer, and slows down imports.
Make it possible to easily disable it by providing a dedicated template in the explorer package:
<?xml version="1.0"?> <component name="org.nuxeo.ecm.core.api.DocumentValidationService.deactivation"> <require>org.nuxeo.ecm.core.api.DocumentValidationService.activations</require> <extension target="org.nuxeo.ecm.core.api.DocumentValidationService" point="activations"> <validation context="createDocument" activated="false" /> <validation context="saveDocument" activated="false" /> <validation context="importDocument" activated="false" /> </extension> </component>
- links to