-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.4.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Directory
-
Backlog priority:300
Trying to add use a tree directory (virtual navigation) with directory with custom schema (not vocabulary nor xvocabulary). It's is throwing an exception:
Caused by: org.nuxeo.ecm.directory.DirectoryException: topicdoes not have the required schema: vocabulary or xvocabulary
at org.nuxeo.ecm.webapp.directory.DirectoryTreeDescriptor.setDirectories(DirectoryTreeDescriptor.java:119)
... 56 more
In some case, we want to let the user use the tree directory and not force him to use the vocabulary schema. A use case could be adding another field in the directory schema.
- depends on
-
NXP-9419 Allow Directory tree service to use other schemas than vocabulary and xvocabulary
- Resolved