-
Type: Bug
-
Status: Resolved
-
Priority: Detail
-
Resolution: Fixed
-
Affects Version/s: 2.1.3
-
Fix Version/s: 2.4.0
-
Tags:
-
Backlog priority:499
Steps to reproduce:
- Create a custom schema in Studio
name type Multivalued codDependencia String Yes codMacro String Yes codigo Directory No codMacro String No
- Associate the schema with a document type
- Generate the view layout for the document type in View Designer
- This code is generated:
<nuxeo-data-table role="widget" items="{{document.properties.Sector:codDependencia}}" orderable="true" editable="true" size="0"> <nuxeo-data-table-column name="Cod Dependencia"> <template> [[item]] </template> </nuxeo-data-table-column> <nuxeo-data-table-form> <template> <nuxeo-input value="{{item}}" label="Cod Dependencia" type="text" maxlength="4" required="true"></nuxeo-input> </template> </nuxeo-data-table-form> </nuxeo-data-table>
- Save changes
- Deploy on your instance
- Create a new document
- Clic on ADD button for a multivalued property
- A pop-up is shown
- The property name size change when you click on the input field
NOTE:
- See attached images
- Nuxeo 9.3
- is related to
-
ELEMENTS-487 nuxeo-data-table shows an empty row when a new value is added in a multivalued property
- Resolved