-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.19
-
Component/s: Spreadsheet
-
Release Notes Summary:Spreadsheet editor handles Document fields.
-
Tags:
-
Backlog priority:700
-
Sprint:UI - 2023-01
When you have a property that is of type 'Document', you are unable to modify it in the spreadsheet editor.
Steps to Reproduce
- Use the attached studio project zip
- Create a folder of type 'Test Folder'
- Within the 'Test Folder', create a few documents of type 'Test Document'
- Go to the 'Test Folder' results view
- Open spreadsheet editor
- In the 'Single Doc' column, try to add a document
Expected Results: A suggestion shows with documents you can add
Actual Results: Nothing happens when clicking in the cell and the following error is seen in the browser console
Uncaught TypeError: Cannot read properties of null (reading 'uid') at n.getEntryId (app.js:1:13386) at n.prepare (app.js:1:12997) at t.EditorManager.prepareEditor (vendor.js:7:5425) at Object.refreshBorders (vendor.js:6:3278) at Object.setRangeEnd (vendor.js:6:3171) at Object.setRangeStart (vendor.js:6:2240) at Object.onCellMouseDown (vendor.js:6:30279) at O.getSetting (vendor.js:12:2087) at y.getSetting (vendor.js:11:19236) at HTMLDivElement.a (vendor.js:5:20083)
- clones
-
NXP-31508 Unable to add document using spreadsheet editor
- Resolved