diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6ccf0ef..caa7c29f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
+### [0.2.67](https://github.com/eea/volto-cca-policy/compare/0.2.66...0.2.67) - 24 September 2024
+
+#### :house: Internal changes
+
+- style: Automated code fix [eea-jenkins - [`a43e832`](https://github.com/eea/volto-cca-policy/commit/a43e8329fa87902c295d862c03119b0ed85075d9)]
+
+#### :hammer_and_wrench: Others
+
+- Refs #277611 - view combine odl and new style for c3s indicator [Tripon Eugen - [`e693f6f`](https://github.com/eea/volto-cca-policy/commit/e693f6f782aab535f21b76f70e64b40a185e1665)]
+- c3s display iframe URL depending on ecde_identifier [Tripon Eugen - [`067d162`](https://github.com/eea/volto-cca-policy/commit/067d1620c69acdd967f22c88fbbbaaed6694424c)]
+- c3s new variable and iframe [Tripon Eugen - [`6a825b3`](https://github.com/eea/volto-cca-policy/commit/6a825b31888c49432272fed7d9be68422ca942b3)]
### [0.2.66](https://github.com/eea/volto-cca-policy/compare/0.2.65...0.2.66) - 23 September 2024
#### :house: Internal changes
diff --git a/package.json b/package.json
index 2a96f160..c0b35c41 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-cca-policy",
- "version": "0.2.66",
+ "version": "0.2.67",
"description": "@eeacms/volto-cca-policy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
diff --git a/src/components/theme/Views/C3SIndicatorView.jsx b/src/components/theme/Views/C3SIndicatorView.jsx
index 8860266b..eae4fa3e 100644
--- a/src/components/theme/Views/C3SIndicatorView.jsx
+++ b/src/components/theme/Views/C3SIndicatorView.jsx
@@ -24,7 +24,58 @@ if (!__SERVER__) {
};
}
-const createIframe = (div_id, details_url, details_params, spinner_url) => {
+const createIframeOld = (div_id, details_url, details_params, spinner_url) => {
+ return `
+ `;
+};
+
+const createIframe = (
+ div_id,
+ details_url,
+ details_params,
+ ecde_identifier,
+ spinner_url,
+) => {
+ // return '';
+ if (typeof ecde_identifier !== 'undefined' && ecde_identifier) {
+ return (
+ // ''
+ );
+ }
return `