-
Notifications
You must be signed in to change notification settings - Fork 57
[BUG] Review system update issue #2280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also, closing the Review widget throws an error. |
And once closed it can't be reopened again. The javascript console throws errors: "cannot read properties of undefined (reading 'EVENT_NODE_DELETED'), in the ReviewSystem.destroy() method. |
Furthermore, upon deleting a skeleton treenode, the view is repositioned to the last node of the segment (the first to review). Frankly the view should not move at all, it gets in the way a lot. |
This is fixed now in |
This is fixed in
The view is now also not repositioned anymore after a node deletion. |
When deleting a node, the review widget will refresh the tables, without considering whether the revision was for the whole arbour or just for a subarbor. So one starts reviewing a subarbor, deletes a node, and the review tables change completely to include the whole arbour.
The text was updated successfully, but these errors were encountered: