Skip to content
Snippets Groups Projects
Commit 23074d81 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13579: Working on copying/moving. Made navigation work.

parent 877d48d4
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -113,6 +113,10 @@ class LocationDialog extends React.Component { ...@@ -113,6 +113,10 @@ class LocationDialog extends React.Component {
} }
} }
handleGridControllerRef(gridController) {
this.controller.gridController = gridController
}
async onError(error) { async onError(error) {
await AppController.getInstance().errorChange(error) await AppController.getInstance().errorChange(error)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment