Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #69 from eea/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed May 11, 2022
2 parents 76797d6 + d45dd91 commit 8c557f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.2.12](https://github.com/eea/volto-forests-theme/compare/0.2.11...0.2.12)

- Set and remove filters for table too [`8840f54`](https://github.com/eea/volto-forests-theme/commit/8840f547fdca9bded96e9681d0721627503e2b61)

#### [0.2.11](https://github.com/eea/volto-forests-theme/compare/0.2.10...0.2.11)

- Expandable table Popup map fix [`d84234a`](https://github.com/eea/volto-forests-theme/commit/d84234a4c80a93e35a7101a375f677b0150c53ce)
> 10 May 2022
- Expandable table Popup map fix [`#68`](https://github.com/eea/volto-forests-theme/pull/68)

#### [0.2.10](https://github.com/eea/volto-forests-theme/compare/0.2.9...0.2.10)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-forests-theme",
"version": "0.2.11",
"version": "0.2.12",
"description": "@eeacms/volto-forests-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ const PopupRow = ({
queryVal,
type,
);
handleSetFilterProvider(
popup_table_provider_url,
popup_data_query,
queryVal,
type,
);
}
};

Expand All @@ -166,6 +172,11 @@ const PopupRow = ({
popup_data_query,
type,
);
handleRemoveFilterProvider(
popup_table_provider_url,
popup_data_query,
type,
);
}
};

Expand Down

0 comments on commit 8c557f9

Please sign in to comment.