diff --git a/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx b/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx index eac99a5f..cafc02a9 100644 --- a/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx +++ b/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx @@ -1327,21 +1327,14 @@ const OpenlayersMapView = (props) => {
- +
)} diff --git a/src/components/manage/Blocks/DiscodataTableBlock/View.jsx b/src/components/manage/Blocks/DiscodataTableBlock/View.jsx index 16849b9f..31a4a9f7 100644 --- a/src/components/manage/Blocks/DiscodataTableBlock/View.jsx +++ b/src/components/manage/Blocks/DiscodataTableBlock/View.jsx @@ -86,8 +86,14 @@ const components = { if (updatedSearch) props.setQueryParam({ queryParam: newSearch }); }} to={ - schemaMetadata.urlFieldId + '' - // (newSearch ? `?${qs.stringify(newSearch)}` : '') + schemaMetadata.urlFieldId + + (newSearch + ? `?${qs.stringify({ + siteInspireId: newSearch.siteInspireId, + siteName: newSearch.siteName, + siteReportingYear: newSearch.siteReportingYear, + })}` + : '') } > {schemaMetadata.title}