-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.0.9
-
Component/s: UI
-
Release Notes Summary:The nuxeo-directory-radio-group widget shows selected values at document creation
-
Tags:
-
Backlog priority:650
-
Team:UI
-
Sprint:UI - 2021-13, UI Cooldown - 2021-13
Steps to reproduce:
- In Studio, create a project with a custom doctype that has a Vocabulary-mapped schema property. Configure its layouts to use nuxeo-directory-radio-group for any UI regarding this field. (attaching sample project .jar)
- In Web UI, create a new instance of this doctype. Set the radio button field with a value (see screenshot 1)
- After creation, observe the View tab of the document and note the Metadata layout on the right (screenshot 2).
- Following this, click the 'Edit document' button from the Document Actions and observe the Edit layout in the opened dialog (screenshot 3).
Expected result: radio group widgets in Metadata and Edit layouts are populated with the value set for the field at document creation (in attached example, should show "Ultra Rare" selected).
Actual result: radio group widgets in Metadata and Edit layouts are missing the value set for the field at document creation - the user cannot tell what value it was given without opening a JSON export of the document and viewing the schema property directly.
- is caused by
-
ELEMENTS-1160 Stabilize nuxeo-directory-widgets unit tests
- Resolved
- is related to
-
ELEMENTS-1683 Fix nuxeo-directory-radio-group missing multivalued complex sub-property value selected at doc creation
- Resolved
- Is referenced in