-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Component/s: Core
-
Backlog priority:900
-
Sprint:nxGang Sprint 9.10.1
this.$.doc.get()
in the load function of nuxeo-app from Web UI returns an error while the api call is successful.
The problem is that this.response = data; might trigger an error depending on existing two-way bindings on the response (typically ELEMENTS-479 was causing an error which was obscured).
When it comes to loading a document through the load function from Web UI, this error will be caught by this block and will only show a page error with an undefined error message (as shown in attached screenshot).
- is related to
-
ELEMENTS-479 Fix nuxeo-selectivity initSelection method
- Resolved
-
NXP-23858 Some OpenID login buttons are not correctly displayed
- Resolved
-
NXP-24046 "Value for SingleSelectivity instance should be a valid ID or null" displayed when navigating in webui
- Resolved