@eeacms/volto-marine-policy 2.0.19 → 2.0.20

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
+ ### [2.0.20](https://github.com/eea/volto-marine-policy/compare/2.0.19...2.0.20) - 25 August 2025
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - fix NIS [laszlocseh - [`016f9b4`](https://github.com/eea/volto-marine-policy/commit/016f9b4f65e14f9fdd5a39e6779c99f7d96e2b0f)]
7
12
  ### [2.0.19](https://github.com/eea/volto-marine-policy/compare/2.0.18...2.0.19) - 25 August 2025
8
13
 
9
14
  #### :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.20",
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',