-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 11.1-SNAPSHOT
-
Component/s: Web UI
-
Environment:nightly.nuxeo.com
-
Browser:
-
Team:GANG
-
Sprint:nxGang Sprint 11.1.15
-
Story Points:2
When a document is rejected or accepted during a Serial Document Review or a Parallel Review, a 404 error is displayed.
Steps to reproduce:
Given two users with ReadWrite access to a document:
- As user1, start a Serial Document Review on the document and assign the review to user2.
- Log in as user2 and click on the Tasks button from the left menu.
- Select the task from the drawer.
- Add a comment and click on the Reject button.
- In place of the document preview, the UI now displays the following error:
404
NOT FOUND
undefined
Errors in console:
vendors~elements.bundle.js:4734 GET https://nightly.nuxeo.com/nuxeo/ui//widgets/alloy/lang/alloy-editor/en.js net::ERR_ABORTED 404 main.bundle.js:14443 Uncaught TypeError: Cannot read property 'removeEventListener' of null at HTMLElement._pageChanged (main.bundle.js:14443) at Object.L [as fn] (main.bundle.js:1511) at w (main.bundle.js:1511) at x (main.bundle.js:1511) at HTMLElement._propertiesChanged (main.bundle.js:1511) at HTMLElement._flushProperties (main.bundle.js:2453) at HTMLElement._flushProperties (main.bundle.js:1511) at HTMLElement._invalidateProperties (main.bundle.js:1511) at HTMLElement._setProperty (main.bundle.js:1511) at HTMLElement.Object.defineProperty.set (main.bundle.js:2453)
See attached screenshot