@eeacms/volto-clms-theme 1.1.251 → 1.1.253

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,11 +4,20 @@ 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
- ### [1.1.251](https://github.com/eea/volto-clms-theme/compare/1.1.250...1.1.251) - 16 September 2025
7
+ ### [1.1.253](https://github.com/eea/volto-clms-theme/compare/1.1.252...1.1.253) - 22 September 2025
8
8
 
9
- #### :bug: Bug Fixes
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Refs #292374 - Add CDSE error messages. [GhitaB - [`4a24222`](https://github.com/eea/volto-clms-theme/commit/4a242224780391dbaa207f383247dc9b4378245b)]
12
+ ### [1.1.252](https://github.com/eea/volto-clms-theme/compare/1.1.251...1.1.252) - 19 September 2025
10
13
 
11
- - fix: file card not displaying fme task id when processed by FME [ana-oprea - [`1876f63`](https://github.com/eea/volto-clms-theme/commit/1876f635635705ccb0878a257023d2d9848647ff)]
14
+ #### :hammer_and_wrench: Others
15
+
16
+ - Refs #292256 - Remove volto-anchors dependency (it's already in volto-tabs-block). [GhitaB - [`cb5174e`](https://github.com/eea/volto-clms-theme/commit/cb5174e8161d75ef10abbe40562cb4d680b19816)]
17
+ - Refs #292256 - Try to fix test by adding volto-anchors in jest-addon.config. [GhitaB - [`0ace92e`](https://github.com/eea/volto-clms-theme/commit/0ace92ee45b423890d2f7203fd3d88818972ac64)]
18
+ - Refs #292256 - Try to fix test by adding volto-anchors. [GhitaB - [`3c0da0d`](https://github.com/eea/volto-clms-theme/commit/3c0da0d7f1b9b37f35de86d29fbe18ff5cc3a4da)]
19
+ - Refs #292256 - Upgrade volto-tabs-block to fix issue with Table of Contents inside tabs. [GhitaB - [`76a22ea`](https://github.com/eea/volto-clms-theme/commit/76a22ea3be3446b7141528ab76057560f21da244)]
20
+ ### [1.1.251](https://github.com/eea/volto-clms-theme/compare/1.1.250...1.1.251) - 16 September 2025
12
21
 
13
22
  ### [1.1.250](https://github.com/eea/volto-clms-theme/compare/1.1.249...1.1.250) - 10 September 2025
14
23
 
@@ -17,6 +17,8 @@ module.exports = {
17
17
  '<rootDir>/node_modules/@eeacms/volto-clms-utils/src/$1',
18
18
  '@eeacms/volto-tabs-block/(.*)$':
19
19
  '<rootDir>/node_modules/@eeacms/volto-tabs-block/src/$1',
20
+ '@eeacms/volto-anchors/(.*)$':
21
+ '<rootDir>/node_modules/@eeacms/volto-anchors/src/$1',
20
22
  '@kitconcept/volto-blocks-grid/(.*)$':
21
23
  '<rootDir>/node_modules/@kitconcept/volto-blocks-grid/src/$1',
22
24
  '@plone/volto-slate':
@@ -33,7 +35,7 @@ module.exports = {
33
35
  '^.+\\.(svg)$': './node_modules/@plone/volto/jest-svgsystem-transform.js',
34
36
  },
35
37
  transformIgnorePatterns: [
36
- 'node_modules/(?!(@eeacms/volto-clms-utils/|@eeacms/volto-tabs-block/|@plone/volto/|slick-carousel|react-input-range))',
38
+ 'node_modules/(?!(@eeacms/volto-clms-utils/|@eeacms/volto-tabs-block/|@eeacms/volto-anchors/|@plone/volto/|slick-carousel|react-input-range))',
37
39
  ],
38
40
  coverageThreshold: {
39
41
  global: {
@@ -43,6 +45,5 @@ module.exports = {
43
45
  statements: 5,
44
46
  },
45
47
  },
46
-
47
48
  setupFilesAfterEnv: ['<rootDir>/src/addons/volto-clms-theme/jest.setup.js'],
48
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.251",
3
+ "version": "1.1.253",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -49,7 +49,7 @@
49
49
  "@eeacms/volto-react-table-widget": "0.1.3",
50
50
  "@eeacms/volto-resize-helper": "1.0.1",
51
51
  "@eeacms/volto-tableau": "1.3.0",
52
- "@eeacms/volto-tabs-block": "3.0.1",
52
+ "@eeacms/volto-tabs-block": "5.1.0",
53
53
  "@eeacms/volto-taxonomy": "5.1.0",
54
54
  "@elastic/search-ui": "1.21.2",
55
55
  "@fortawesome/fontawesome-svg-core": "1.2.35",
@@ -205,10 +205,30 @@ const FileCard = (props) => {
205
205
  ))}
206
206
  </ul>
207
207
  )}
208
- {item?.Status === 'Rejected' && item?.Message && (
208
+ {item?.Status === 'Rejected' && (
209
209
  <Segment basic>
210
- <strong>Message:</strong>
211
- {item.Message}
210
+ {item?.Message && (
211
+ <>
212
+ <strong>Message:</strong> {item.Message}
213
+ <br />
214
+ </>
215
+ )}
216
+ {item?.cdse_errors?.length > 0 && (
217
+ <details style={{ marginTop: '0.5em' }}>
218
+ <summary
219
+ style={{
220
+ cursor: 'pointer',
221
+ }}
222
+ >
223
+ Show details
224
+ </summary>
225
+ <ul>
226
+ {item.cdse_errors.map((err, idx) => (
227
+ <li key={idx}>{err}</li>
228
+ ))}
229
+ </ul>
230
+ </details>
231
+ )}
212
232
  </Segment>
213
233
  )}
214
234
  {item?.Status === 'Finished_ok' && 3 - daysDiff > -1 && (