-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.3, 8.10
-
Component/s: CSV Importer
-
Release Notes Summary:The status is correctly shown during CSV import
-
Backlog priority:600
-
Sprint:nxfit 9.3.9, nxfit 9.3.10
-
Story Points:5
This works perfectly in 8.2:
- upload of CSV file via rich:fileUpload widget completes
- status updates every ten seconds
- summary is shown when import is done
In 8.3 regressions begin:
- fileUpload completes
- status does not show
- summary is shown
In 8.10:
- fileUpload does not complete
- Uncaught TypeError: Cannot read property 'childNodes' of undefined error displayed in JS console
- status does not show
- summary does not show (no indication that import is complete)(summary does display if Cancel is clicked and Import CSV button is clicked again)
- is required by
-
NXP-22971 <rich:fileUpload> does not display clear and clearall buttons in fancybox
- Resolved