@eeacms/volto-arcgis-block 0.1.417 → 0.1.418

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.1.418](https://github.com/eea/volto-arcgis-block/compare/0.1.417...0.1.418) - 10 December 2025
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - (task): change the error report instructions message to reflect the widget's new bheavior. [Unai Bolivar - [`f2028db`](https://github.com/eea/volto-arcgis-block/commit/f2028db989e5e2c66e2d67d38f090ae98e9b5402)]
7
12
  ### [0.1.417](https://github.com/eea/volto-arcgis-block/compare/0.1.416...0.1.417) - 9 December 2025
8
13
 
9
14
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.417",
3
+ "version": "0.1.418",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -86,8 +86,7 @@ class ErrorReport extends React.Component {
86
86
  this.setState({
87
87
  latlong: { x: pt.latitude.toFixed(4), y: pt.longitude.toFixed(4) },
88
88
  datasets: ds,
89
- instructionsText:
90
- "The error report data has been added to your clipboard. Click the 'Service Desk' button and paste the clipboard content inside the Helpdesk's message box",
89
+ instructionsText: `The data will be automatically added in the technical support service's Message field`,
91
90
  });
92
91
  }.bind(this),
93
92
  );