-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.4.29, 3.0.1-SNAPSHOT
-
Component/s: Widgets
-
Release Notes Summary:Update of multivalued hierarchical vocabulary field includes the parent field
-
Tags:
-
Backlog priority:900
-
Sprint:UI - 2020-06 3, UI - 2020-07 1
Steps to reproduce:
- Log in at https://nightly.nuxeo.com/nuxeo/
- Navigate to a document, https://nightly.nuxeo.com/nuxeo/ui/#!/browse/default-domain/workspaces/Sample%20Content/PDF%20and%20Office%20Documents/Sample%20PDF%20File.pdf for example
- Edit the document
- Choose "Art history" for the Subjects field
- Save
- Edit the document a second time
- Choose "Literature" for the Subjects field
- Save
- Run the JSON export
- Observe that the parent is missing for the "Art History" value as in this excerpt
"dc:subjects": [ "art history", "art/literature" ],
=> we have "art history" instead of "art/art history"
Expected behavior:
Editing the document should keep the correct values.
- is related to
-
ELEMENTS-1204 Fix directory suggestion widgets in import tab when setting properties on multiple files
- Resolved
- Is referenced in