-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Component/s: Selectivity
-
Backlog priority:700
-
Browser:
-
Sprint:nxGang Sprint 10.2.2
-
Story Points:2
The nuxeo-directory-suggestion element works well with hierarchical vocabularies when all the parent entries don't have child entry or when all the parent entries have children entries, but not when some have and some don't have because this behavior is determined by
var hasChildren = results.some(function(item) { return item.children; });
and therefore applies to all entries.
- is related to
-
ELEMENTS-556 nuxeo-directory-suggestion does not save properly hierarchical vocabulary
- Resolved
- is required by
-
ELEMENTS-630 Add canSelectParent option on nuxeo-suggestion-widget
- Resolved