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

Showing selected crop for existing observation

parent 2314ee09
Branches
No related tags found
No related merge requests found
......@@ -408,7 +408,7 @@ export default {
this.mapLocationPointOfInterestId = jsonObservation.locationPointOfInterestId;
}
}
this.selectedCropId = this.observation.cropOrganism.organismId;
}
else {
//TODO for new Observation
......@@ -859,6 +859,7 @@ export default {
if(this.observationId)
{
this.getObservationFromStore(this.observationId);
this.observation.observationId=this.observationId;
}
else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment