@eeacms/volto-cca-policy 0.3.86 → 0.3.87
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 +29 -2
- package/package.json +1 -1
- package/src/constants.js +67 -0
- package/src/search/mission_funding/config-funding.js +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ 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.3.
|
|
7
|
+
### [0.3.87](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.87) - 10 November 2025
|
|
8
8
|
|
|
9
9
|
#### :rocket: Dependency updates
|
|
10
10
|
|
|
@@ -25,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
25
25
|
|
|
26
26
|
#### :nail_care: Enhancements
|
|
27
27
|
|
|
28
|
+
- change(mission): update download fields for CSV export for mission funding search - refs #293691 [kreafox - [`7451c66`](https://github.com/eea/volto-cca-policy/commit/7451c6698a4160e580e39cb4b38a87cf38dd49d8)]
|
|
28
29
|
- change(mission): add third level for sectors and hazards - refs #291189 [kreafox - [`5cf352c`](https://github.com/eea/volto-cca-policy/commit/5cf352ce46284b3cbd106276b60a1d4fea89235d)]
|
|
29
30
|
- refactor(mission): simplify sector rendering logic in Action tab [kreafox - [`8413ccc`](https://github.com/eea/volto-cca-policy/commit/8413cccfd67e9a598f88474b8a034e7998063d23)]
|
|
30
31
|
- change(mission): improve AccordionList [kreafox - [`cf1497f`](https://github.com/eea/volto-cca-policy/commit/cf1497ff50ff45cdb0bb8e995683969bb3e3c065)]
|
|
@@ -136,8 +137,25 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
136
137
|
- Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
|
|
137
138
|
- Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
|
|
138
139
|
- Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
|
|
139
|
-
### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.
|
|
140
|
+
### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.86...1.0.0-alpha.0) - 15 July 2025
|
|
140
141
|
|
|
142
|
+
### [0.3.86](https://github.com/eea/volto-cca-policy/compare/0.3.85...0.3.86) - 31 October 2025
|
|
143
|
+
|
|
144
|
+
#### :bug: Bug Fixes
|
|
145
|
+
|
|
146
|
+
- fix(tests): increase code coverage [kreafox - [`66cd2b3`](https://github.com/eea/volto-cca-policy/commit/66cd2b39a9b7b026c171d99e2bf3b8a47b7cddd2)]
|
|
147
|
+
- fix(tests): update hyperlink text in PlanningTab [kreafox - [`05080e0`](https://github.com/eea/volto-cca-policy/commit/05080e0727730a5fe7c67d884ad6453eaf82081a)]
|
|
148
|
+
- fix(mission): adjust margins for nested lists and accordion padding [kreafox - [`1abf18f`](https://github.com/eea/volto-cca-policy/commit/1abf18fabe9efffa552ed2e6a8b57f9b1d59f7a6)]
|
|
149
|
+
- fix(mission): improve URL extraction logic - refs #291190 [kreafox - [`8e4c6e4`](https://github.com/eea/volto-cca-policy/commit/8e4c6e42dc35b4c940c39f9f25d587f66d0b242d)]
|
|
150
|
+
|
|
151
|
+
#### :nail_care: Enhancements
|
|
152
|
+
|
|
153
|
+
- change(mission): add third level for sectors and hazards - refs #291189 [kreafox - [`5cf352c`](https://github.com/eea/volto-cca-policy/commit/5cf352ce46284b3cbd106276b60a1d4fea89235d)]
|
|
154
|
+
- refactor(mission): simplify sector rendering logic in Action tab [kreafox - [`8413ccc`](https://github.com/eea/volto-cca-policy/commit/8413cccfd67e9a598f88474b8a034e7998063d23)]
|
|
155
|
+
|
|
156
|
+
#### :hammer_and_wrench: Others
|
|
157
|
+
|
|
158
|
+
- test: try to use specific version for plone-backend [kreafox - [`79c542e`](https://github.com/eea/volto-cca-policy/commit/79c542e8d55d2f1663b768c555880599634ae527)]
|
|
141
159
|
### [0.3.85](https://github.com/eea/volto-cca-policy/compare/0.3.84...0.3.85) - 14 October 2025
|
|
142
160
|
|
|
143
161
|
#### :bug: Bug Fixes
|
|
@@ -257,6 +275,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
257
275
|
- style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
|
|
258
276
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
259
277
|
- style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
|
|
278
|
+
- chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
|
|
260
279
|
- chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
|
|
261
280
|
- chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
|
|
262
281
|
- chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
|
|
@@ -3019,10 +3038,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3019
3038
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
3020
3039
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
3021
3040
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
3041
|
+
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
3042
|
+
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
3022
3043
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
3023
3044
|
|
|
3024
3045
|
#### :house: Internal changes
|
|
3025
3046
|
|
|
3047
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
3026
3048
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
3027
3049
|
|
|
3028
3050
|
#### :hammer_and_wrench: Others
|
|
@@ -3039,6 +3061,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3039
3061
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
3040
3062
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
3041
3063
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
3064
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
3065
|
+
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
3066
|
+
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
3042
3067
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
3043
3068
|
- Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
|
|
3044
3069
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -3255,6 +3280,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3255
3280
|
|
|
3256
3281
|
#### :house: Internal changes
|
|
3257
3282
|
|
|
3283
|
+
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
3258
3284
|
|
|
3259
3285
|
#### :hammer_and_wrench: Others
|
|
3260
3286
|
|
|
@@ -3735,6 +3761,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3735
3761
|
#### :hammer_and_wrench: Others
|
|
3736
3762
|
|
|
3737
3763
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
3764
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
3738
3765
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
3739
3766
|
|
|
3740
3767
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -21,6 +21,73 @@ export const download_fields = [
|
|
|
21
21
|
{ field: 'cca_partner_contributors', name: 'Observatory impacts' },
|
|
22
22
|
];
|
|
23
23
|
|
|
24
|
+
export const download_mission_funding_fields = [
|
|
25
|
+
{ field: 'about', name: 'About' },
|
|
26
|
+
{ field: 'title', name: 'Title' },
|
|
27
|
+
{ field: 'created', name: 'Creation Date' },
|
|
28
|
+
{ field: 'issued', name: 'Issued Date' },
|
|
29
|
+
{
|
|
30
|
+
field: 'cca_objective_funding_programme',
|
|
31
|
+
name: 'Objective of the funding programme',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
field: 'cca_funding_type',
|
|
35
|
+
name: 'Type of funding',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
field: 'cca_funding_rate',
|
|
39
|
+
name: 'Funding rate (percentage of covered costs)',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
field: 'cca_budget_range',
|
|
43
|
+
name: 'Expected budget range of proposals',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
field: 'cca_is_blended',
|
|
47
|
+
name: 'Can the received funding be combined with other funding sources (blended)?',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
field: 'cca_is_consortium_required',
|
|
51
|
+
name: 'Is a Consortium required to apply for the funding?',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
field: 'cca_administering_authority',
|
|
55
|
+
name: 'Administering authority',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
field: 'cca_publication_page',
|
|
59
|
+
name: 'Publication page',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
field: 'cca_general_information',
|
|
63
|
+
name: 'General information',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
field: 'cca_further_information',
|
|
67
|
+
name: 'Further information',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
field: 'spatial',
|
|
71
|
+
name: 'Countries where the funding opportunity is offered',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
field: 'cca_funding_region',
|
|
75
|
+
name: 'Region where the funding is offered',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
field: 'cca_rast_steps',
|
|
79
|
+
name: 'RAST step(s) of relevance',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
field: 'cca_eligible_entities',
|
|
83
|
+
name: 'Eligible to receive funding',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
field: 'cca_adaptation_sectors',
|
|
87
|
+
name: 'Adaptation Sectors',
|
|
88
|
+
},
|
|
89
|
+
];
|
|
90
|
+
|
|
24
91
|
export const eea_languages = [
|
|
25
92
|
{ name: 'български', code: 'bg' },
|
|
26
93
|
{ name: 'Español', code: 'es' },
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { mergeConfig } from '@eeacms/search';
|
|
2
2
|
import { getClientProxyAddress } from '../utils';
|
|
3
|
+
import { download_mission_funding_fields } from '../../constants';
|
|
3
4
|
|
|
4
5
|
import facets from './facets-funding';
|
|
5
6
|
|
|
@@ -29,6 +30,9 @@ export default function installMissionFundingSearch(config) {
|
|
|
29
30
|
},
|
|
30
31
|
};
|
|
31
32
|
|
|
33
|
+
config.searchui.missionFundingSearch.download_fields =
|
|
34
|
+
download_mission_funding_fields;
|
|
35
|
+
|
|
32
36
|
const { missionFundingSearch } = config.searchui;
|
|
33
37
|
missionFundingSearch.permanentFilters.push({
|
|
34
38
|
bool: {
|