-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.1, 2.1.3
-
Component/s: UI
-
Environment:Browser: Chrome and Firefox
From Studio
-
Sprint:nxGang Sprint 9.10.1
-
Story Points:2
On a task layout, the string multi-value field doesn't data table doesn't seem to show the values.
Video attached.
Code for the first case, that works.
<nuxeo-data-table items="{{document.properties.contract:contact}}" orderable="true" editable="true" role="widget" size="0"> <nuxeo-data-table-column name="Name"> <template> [[item.Name]] </template> </nuxeo-data-table-column> <nuxeo-data-table-column name="Number"> <template> [[item.number]] </template> </nuxeo-data-table-column> <nuxeo-data-table-column name="Active"> <template> [[item.active]] </template> </nuxeo-data-table-column> <nuxeo-data-table-form> <template> <nuxeo-input value="{{item.Name}}" label="Name" type="text"></nuxeo-input> <nuxeo-input value="{{item.number}}" label="Number" type="number"></nuxeo-input> <paper-checkbox checked="{{item.active}}"></paper-checkbox> </template> </nuxeo-data-table-form> </nuxeo-data-table>
The code for the non-working table
<nuxeo-data-table role="widget" items="{{task.variables.assignees}}" orderable="true" editable="true" size="0" scroll-throttle="60"> <nuxeo-data-table-column name="Assignees"> <template> [[item]] </template> </nuxeo-data-table-column> <nuxeo-data-table-form> <template> <nuxeo-input value="{{item}}" label="Assignees" type="text"></nuxeo-input> </template> </nuxeo-data-table-form> </nuxeo-data-table>
URL to project: https://nos-dev03-connect.nos.nuxeo.com/nuxeo/designer/#/tcardoso-SANDBOX/layouts/workflow/contractvalidation/Contract%20Validation%20task
(probably temporary)
- depends on
-
NXP-23554 Create nuxeo-web-ui-itest project for advanced functional tests
- Resolved
- is duplicated by
-
ELEMENTS-491 nuxeo-data-table not managing multivalued strings properly
- Resolved
-
ELEMENTS-487 nuxeo-data-table shows an empty row when a new value is added in a multivalued property
- Resolved
- is related to
-
NXP-23842 Fix nuxeo dialog width
- Resolved