Observed behavior
Pressing the Undo button in the snackbar after removing or deleting the resource(s) is not working, with the following errors in the console:
[Vue warn]: Error in v-on handler: "TypeError: changeTracker.revert is not a function"
Uncaught (in promise) TypeError: changeTracker.cleanUp is not a function
Expected behavior
After pressing the Undo button in the snackbar, the resource(s) should be restored to the original location.
User-facing consequences
User is forced to go to Trash to restore the resource(s) they removed unintentionally (if they are aware of the possibility).
Errors and logs
Steps to reproduce the issue
- Use the
Delete button in the topbar, or the Remove option in the new sidebar.
- After the resource(s) are deleted press the
Undo button in the snackbar.
- Observe that nothing is happening.
Usage Details
Observed behavior
Pressing the
Undobutton in the snackbar after removing or deleting the resource(s) is not working, with the following errors in the console:[Vue warn]: Error in v-on handler: "TypeError: changeTracker.revert is not a function"Uncaught (in promise) TypeError: changeTracker.cleanUp is not a functionExpected behavior
After pressing the
Undobutton in the snackbar, the resource(s) should be restored to the original location.User-facing consequences
User is forced to go to Trash to restore the resource(s) they removed unintentionally (if they are aware of the possibility).
Errors and logs
Steps to reproduce the issue
Deletebutton in the topbar, or theRemoveoption in the new sidebar.Undobutton in the snackbar.Usage Details