Skip to content
Snippets Groups Projects
Commit 977b7dd0 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Ensure that observation data is correctly set up for obs in timeseries [VIPSUTV-1068]

parent 38813773
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,8 @@ ...@@ -138,7 +138,8 @@
const locationName = nameForLocationPointOfInterestId(locationPointOfInterestId, allPois); const locationName = nameForLocationPointOfInterestId(locationPointOfInterestId, allPois);
document.getElementById("locationDisplayName").innerHTML = locationName || null; document.getElementById("locationDisplayName").innerHTML = locationName || null;
}); });
initLocationMap(locationPointOfInterestId) initLocationMap(locationPointOfInterestId);
initObservationData(organismId, organizationId);
} }
function getDataSchema(organismId, organizationId) { function getDataSchema(organismId, organizationId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment