@eeacms/volto-cca-policy 0.2.53 → 0.2.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.2.54](https://github.com/eea/volto-cca-policy/compare/0.2.53...0.2.54) - 12 July 2024
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Refs #271901 - allow all events path [Tripon Eugen - [`854acb4`](https://github.com/eea/volto-cca-policy/commit/854acb467008ee11272de953d22eb1f7628b1d23)]
7
12
  ### [0.2.53](https://github.com/eea/volto-cca-policy/compare/0.2.52...0.2.53) - 11 July 2024
8
13
 
9
14
  #### :house: Internal changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.2.53",
3
+ "version": "0.2.54",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -57,17 +57,17 @@ export default function installMainSearch(config) {
57
57
  cluster_name: 'cca',
58
58
  },
59
59
  });
60
- missionAll.permanentFilters.push({
61
- bool: {
62
- must_not: [
63
- {
64
- prefix: {
65
- 'id.keyword': 'https://climate-adapt.eea.europa.eu/en/more-events',
66
- },
67
- },
68
- ],
69
- },
70
- });
60
+ // missionAll.permanentFilters.push({
61
+ // bool: {
62
+ // must_not: [
63
+ // {
64
+ // prefix: {
65
+ // 'id.keyword': 'https://climate-adapt.eea.europa.eu/en/more-events',
66
+ // },
67
+ // },
68
+ // ],
69
+ // },
70
+ // });
71
71
  // missionAll.permanentFilters.push({
72
72
  // prefix: {
73
73
  // 'id.keyword': 'https://climate-adapt.eea.europa.eu/en/mission',