Skip to content
Snippets Groups Projects
Commit db3ce47c authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix VOAPP-85

parent ac4128c6
Branches
Tags
No related merge requests found
......@@ -129,6 +129,9 @@ export default {
{
this.getObservationsFromStore();
}
// Making it globally available, so that e.g. the Sync component can update the list
// calling e.g. this.$root.sharedState.observationListComponent.getObservationsFromStore();
this.$root.sharedState.observationListComponent = this;
}
}
</script>
......
......@@ -1001,7 +1001,8 @@ export default {
})
}
});
// Update the data model for the observation list.
this.$root.sharedState.observationListComponent.getObservationsFromStore();
})
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment