@eeacms/volto-marine-policy 2.0.19 → 2.0.21

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.21](https://github.com/eea/volto-marine-policy/compare/2.0.20...2.0.21) - 25 August 2025
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - fix NIS vocab [laszlocseh - [`bc31e2d`](https://github.com/eea/volto-marine-policy/commit/bc31e2d82fcade9b7d3470082b9249a30283fa8c)]
12
+ ### [2.0.20](https://github.com/eea/volto-marine-policy/compare/2.0.19...2.0.20) - 25 August 2025
13
+
14
+ #### :hammer_and_wrench: Others
15
+
16
+ - fix NIS [laszlocseh - [`016f9b4`](https://github.com/eea/volto-marine-policy/commit/016f9b4f65e14f9fdd5a39e6779c99f7d96e2b0f)]
7
17
  ### [2.0.19](https://github.com/eea/volto-marine-policy/compare/2.0.18...2.0.19) - 25 August 2025
8
18
 
9
19
  #### :house: Internal changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
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",
@@ -30,7 +30,7 @@ const NISListingView = ({ items, isEditMode }) => {
30
30
  };
31
31
 
32
32
  const onBulkAssign = async (ids, assignee) => {
33
- await fetch(`${window.location.origin}/++api++/@bulk-assign`, {
33
+ await fetch(`${window.location.origin}/marine/++api++/@bulk-assign`, {
34
34
  method: 'POST',
35
35
  headers: {
36
36
  'Content-Type': 'application/json',
@@ -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',
@@ -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 {