Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
6.2.1
-
None
-
-
Empty show more show less
-
Maintenance 13
-
3
Description
Steps to reproduce
Edit a component with a required complex attribute (e.g. composite/switchable/multi).
Expected results
The validation label is shown when the field is empty.
Actual results
The validation label nor description of the component is shown when the field is empty.
Development notes
info.magnolia.ui.framework.layout.FormLayoutProducer#createLayout doesn't create same field component layout as
info.magnolia.ui.framework.layout.TabbedLayoutProducer#createLayout
Using this component:
form:
properties:
multi:
i18n: true
$type: compositeField
address:
label: address
i18n: true
$type: compositeField
itemProvider:
$type: jcrChildNodeProvider
properties:
city:
required: true
label: city
$type: textField
Â
Checklists
Attachments
Issue Links
- is depended upon by
-
LIVECOPY-159 Fields under composite/switchable/multi fields are not protectable independently on parent field
-
- Closed
-
- is duplicated by
-
MGNLUI-5588 Descriptions are not shown for fields inside a composite field
-
- Closed
-
- relates to
-
MAGNOLIA-7826 Description not shown on text field
-
- Closed
-