@eeacms/volto-marine-policy 2.0.20 → 2.0.22

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,16 @@ 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
+ ### [2.0.22](https://github.com/eea/volto-marine-policy/compare/2.0.21...2.0.22) - 25 August 2025
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - fix NIS download url [laszlocseh - [`69d3372`](https://github.com/eea/volto-marine-policy/commit/69d3372970b605073325dcaa05268a001a84c750)]
12
+ ### [2.0.21](https://github.com/eea/volto-marine-policy/compare/2.0.20...2.0.21) - 25 August 2025
13
+
14
+ #### :hammer_and_wrench: Others
15
+
16
+ - fix NIS vocab [laszlocseh - [`bc31e2d`](https://github.com/eea/volto-marine-policy/commit/bc31e2d82fcade9b7d3470082b9249a30283fa8c)]
7
17
  ### [2.0.20](https://github.com/eea/volto-marine-policy/compare/2.0.19...2.0.20) - 25 August 2025
8
18
 
9
19
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "2.0.20",
3
+ "version": "2.0.22",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -50,7 +50,7 @@ const NISListingView = ({ items, isEditMode }) => {
50
50
  useEffect(() => {
51
51
  const fetchUsers = async () => {
52
52
  const res = await fetch(
53
- `${window.location.origin}/++api++/@vocabularies/nis_experts_vocabulary`,
53
+ `${window.location.origin}/marine/++api++/@vocabularies/nis_experts_vocabulary`,
54
54
  {
55
55
  headers: {
56
56
  Accept: 'application/json',
@@ -89,7 +89,10 @@ const NISListingView = ({ items, isEditMode }) => {
89
89
  {canEditPage && (
90
90
  <div>
91
91
  <a
92
- href={`/++api++${window.location.pathname}/nis-export${window.location.search}`}
92
+ href={`/marine/++api++${window.location.pathname.replace(
93
+ '/marine',
94
+ '',
95
+ )}/nis-export${window.location.search}`}
93
96
  title="Download"
94
97
  target="_blank"
95
98
  rel="noopener"
@@ -4,8 +4,8 @@
4
4
  }
5
5
 
6
6
  .ui.table tr th {
7
- border-right: 1px solid #0079cf;
8
- border-bottom: 1px solid #bcbec0;
7
+ border-right: 1px solid #0079cf !important;
8
+ border-bottom: 1px solid #bcbec0 !important;
9
9
  }
10
10
 
11
11
  .ui.table tr:last-child th {