-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.4.0
-
Fix Version/s: HOTFIX_10.10_2.4, 3.0.x
-
Component/s: Widgets
Steps to reproduce:
- Set up a Studio project with a custom Document type including a multi-valued String schema property. Create and Edit layouts should include a nuxeo-data-table with a nuxeo-data-table-form for adding entries to the property.
- In Web UI, create/edit an instance of the doctype to view the corresponding layout.
- In the browser dev tools Sources tab, search for nuxeo-data-table among the source javascript and set a breakpoint at the _itemChanged event listener function.
- In the create/edit layout, define a new entry to the multi-valued String property and click "OK" to add the entry to the table.
Expected result: breakpoint at _itemChanged is triggered.
Actual result: breakpoint at _itemChanged is not triggered - changes in data table items array are not listened for.