@eeacms/volto-clms-theme 1.1.112 → 1.1.113
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,12 @@ 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.
|
|
7
|
+
### [1.1.113](https://github.com/eea/volto-clms-theme/compare/1.1.112...1.1.113) - 19 February 2024
|
|
8
8
|
|
|
9
|
-
#### :
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- link to contact_email [Mikel Larreategi - [`0b000f5`](https://github.com/eea/volto-clms-theme/commit/0b000f58cf1928fd7dae548ab49e7857fd53e1c4)]
|
|
12
|
+
### [1.1.112](https://github.com/eea/volto-clms-theme/compare/1.1.111...1.1.112) - 16 February 2024
|
|
12
13
|
|
|
13
14
|
### [1.1.111](https://github.com/eea/volto-clms-theme/compare/1.1.110...1.1.111) - 13 February 2024
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -446,7 +446,7 @@ export const CLMSMeetingView = (props) => {
|
|
|
446
446
|
<Header>{intl.formatMessage(messages.contactName)}</Header>
|
|
447
447
|
</div>
|
|
448
448
|
<div className="dataset-field-description">
|
|
449
|
-
<a href={`mailto:${content.
|
|
449
|
+
<a href={`mailto:${content.contact_email}`}>
|
|
450
450
|
{content.contact_name}
|
|
451
451
|
</a>
|
|
452
452
|
</div>
|