Skip to content

Commit a0815cb

Browse files
Added the properties for notification changes of add delegate (#7271)
* Added the properties for notification changes of add delegate * More props changes * Templates fixes for notification * More fixes for sending notification
1 parent d86f2f0 commit a0815cb

16 files changed

+33
-12
lines changed

orcid-core/src/main/java/org/orcid/core/manager/v3/impl/NotificationManagerImpl.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,11 @@ public void sendNotificationToUserGrantingPermission(String userGrantingPermissi
347347
public void sendRevokeNotificationToUserGrantingPermission(String userGrantingPermission, String userReceivingPermission) {
348348
ProfileEntity userGrantingProfileEntity = profileEntityCacheManager.retrieve(userGrantingPermission);
349349
String emailName = recordNameManagerV3.deriveEmailFriendlyName(userGrantingPermission);
350-
350+
String emailNameForDelegate = recordNameManagerV3.deriveEmailFriendlyName(userReceivingPermission);
351351
Locale userLocale = getUserLocaleFromProfileEntity(userGrantingProfileEntity);
352352

353-
String subject = messages.getMessage("email.subject.delegate.revoked", new String[] { emailName }, userLocale);
354-
String emailNameForDelegate = recordNameManagerV3.deriveEmailFriendlyName(userReceivingPermission);
353+
String subject = messages.getMessage("email.subject.delegate.revoked", new String[] { emailNameForDelegate }, userLocale);
354+
355355

356356
org.orcid.jaxb.model.v3.release.record.Email primaryEmail = emailManager.findPrimaryEmail(userGrantingPermission);
357357
String grantingOrcidEmail = primaryEmail.getEmail();

orcid-core/src/main/resources/i18n/email_added_as_delegate_en.properties

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# You have been made an Account Delegate by ${grantingOrcidName} with the ORCID iD
77
# ${baseUri}/${grantingOrcidValue}. Being made an Account Delegate means
88
# that this user has included you in their trusted relationships. As a result you
9-
# may update and make additions to ${grantingOrcidName}'s ORCID Record.
9+
# may update and make additions to ${grantingOrcidName}'s ORCID Record. You can revoke your account delegate
10+
# access to their record at any time from the Trusted Parties section of your ORCID account.
1011
#
1112
email.added_as_delegate.you_have.1=You have been made an Account Delegate by
1213
# ${grantingOrcidName}
@@ -16,7 +17,9 @@ email.added_as_delegate.you_have.3=. Being made an Account Delegate means\n\
1617
that this user has included you in their trusted relationships. As a result you\n\
1718
may update and make additions to
1819
#${grantingOrcidName}
19-
email.added_as_delegate.you_have.4='s ORCID Record.\n
20+
email.added_as_delegate.you_have.4='s ORCID Record. You can revoke your account delegate access to their record at any time from the
21+
email.added_as_delegate.you_have.5=Trusted Parties
22+
email.added_as_delegate.you_have.6=section of your ORCID account
2023

2124
email.added_as_delegate.for_a_tutorial=For a tutorial on the functions that you can perform as an Account Delegate please\n\
2225
view https://support.orcid.org/hc/articles/360006973613.\n

orcid-core/src/main/resources/i18n/email_added_as_delegate_lr.properties

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ email.added_as_delegate.you_have.1=LR
22
email.added_as_delegate.you_have.2=LR
33
email.added_as_delegate.you_have.3=LR
44
email.added_as_delegate.you_have.4=LR
5+
email.added_as_delegate.you_have.5=LR
6+
email.added_as_delegate.you_have.6=LR
57
email.added_as_delegate.for_a_tutorial=LR
68
email.added_as_delegate.if_you_have.1=LR
79
email.added_as_delegate.if_you_have.2=LR

orcid-core/src/main/resources/i18n/email_added_as_delegate_rl.properties

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ email.added_as_delegate.you_have.1=RL
22
email.added_as_delegate.you_have.2=RL
33
email.added_as_delegate.you_have.3=RL
44
email.added_as_delegate.you_have.4=RL
5+
email.added_as_delegate.you_have.5=RL
6+
email.added_as_delegate.you_have.6=RL
57
email.added_as_delegate.for_a_tutorial=RL
68
email.added_as_delegate.if_you_have.1=RL
79
email.added_as_delegate.if_you_have.2=RL

orcid-core/src/main/resources/i18n/email_added_as_delegate_xx.properties

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ email.added_as_delegate.you_have.1=X
22
email.added_as_delegate.you_have.2=X
33
email.added_as_delegate.you_have.3=X
44
email.added_as_delegate.you_have.4=X
5+
email.added_as_delegate.you_have.5=X
6+
email.added_as_delegate.you_have.6=X
57
email.added_as_delegate.for_a_tutorial=X
68
email.added_as_delegate.if_you_have.1=X
79
email.added_as_delegate.if_you_have.2=X

orcid-core/src/main/resources/i18n/email_subject_en.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ email.subject.reactivatingAccount=[ORCID] Reactivating your ORCID account
2121
email.subject.register.welcome=[ORCID] Welcome to ORCID - verify your email address
2222
email.subject.delegate.recipient=[ORCID] You've made an Account Delegate!
2323
email.subject.add_works=[ORCID] Add Research Outputs to your ORCID record
24-
email.subject.delegate.revoked=[ORCID] {0} has revoked their Account Delegate access to your record
24+
email.subject.delegate.revoked={0} has revoked their Account Delegate access to your record

orcid-core/src/main/resources/i18n/notification_delegate_en.properties

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ notification.delegate.receipt.trustedIndividual=has made you an Account Delegate
88
notification.delegate.receipt.accountDelegate=You have been made an Account Delegate by
99
notification.delegate.receipt.accountDelegateMeans=Being made an Account Delegate means that this user has included you in their trusted relationships. As a trusted individual you can change
1010
notification.delegate.receipt.orcidRecord=ORCID record.
11+
notification.delegate.receipt.revokeAnytime=You can revoke your account delegate access to their record at any time from the
12+
notification.delegate.receipt.trustedParties=Trusted parties
13+
notification.delegate.receipt.sectionOf=section of your ORCID account.
1114
notification.delegate.receipt.tutorial=For a tutorial on the functions that you can perform as an Account Delegate please view
1215
notification.delegate.receipt.questions=If you have questions or concerns about being an Account Delegate, please contact
1316
notification.delegate.receipt.helpDesk=or the ORCID Help Desk at

orcid-core/src/main/resources/i18n/notification_delegate_lr.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ notification.delegate.receipt.trustedIndividual=LR
1010
notification.delegate.receipt.accountDelegate=LR
1111
notification.delegate.receipt.accountDelegateMeans=LR
1212
notification.delegate.receipt.orcidRecord=LR
13+
notification.delegate.receipt.revokeAnytime=LR
14+
notification.delegate.receipt.trustedParties=LR
15+
notification.delegate.receipt.sectionOf=LR
1316
notification.delegate.receipt.tutorial=LR
1417
notification.delegate.receipt.questions=LR
1518
notification.delegate.receipt.helpDesk=LR

orcid-core/src/main/resources/i18n/notification_delegate_rl.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ notification.delegate.receipt.trustedIndividual=RL
1010
notification.delegate.receipt.accountDelegate=RL
1111
notification.delegate.receipt.accountDelegateMeans=RL
1212
notification.delegate.receipt.orcidRecord=RL
13+
notification.delegate.receipt.revokeAnytime=RL
14+
notification.delegate.receipt.trustedParties=RL
15+
notification.delegate.receipt.sectionOf=RL
1316
notification.delegate.receipt.tutorial=RL
1417
notification.delegate.receipt.questions=RL
1518
notification.delegate.receipt.helpDesk=RL

orcid-core/src/main/resources/i18n/notification_delegate_xx.properties

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ notification.delegate.receipt.trustedIndividual=XX
1010
notification.delegate.receipt.accountDelegate=XX
1111
notification.delegate.receipt.accountDelegateMeans=XX
1212
notification.delegate.receipt.orcidRecord=XX
13+
notification.delegate.receipt.revokeAnytime=XX
14+
notification.delegate.receipt.trustedParties=XX
15+
notification.delegate.receipt.sectionOf=XX
1316
notification.delegate.receipt.tutorial=XX
1417
notification.delegate.receipt.questions=XX
1518
notification.delegate.receipt.helpDesk=XX

orcid-core/src/main/resources/org/orcid/core/template/added_as_delegate_email.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<@emailMacros.msg "email.common.dear" /> ${emailNameForDelegate}<@emailMacros.msg "email.common.dear.comma" />
33

44
<@emailMacros.msg "email.added_as_delegate.you_have.1" /><@emailMacros.space />${grantingOrcidName}<@emailMacros.space /><@emailMacros.msg "email.added_as_delegate.you_have.2" />${baseUri}/${grantingOrcidValue}?lang=${locale}<@emailMacros.msg "email.added_as_delegate.you_have.3" /><@emailMacros.space />${grantingOrcidName}<@emailMacros.msg "email.added_as_delegate.you_have.4" />
5+
<@emailMacros.space /><@emailMacros.space /><a style="text-decoration: underline;color: #085c77;display: inline-block;" href="${baseUri}/trusted-parties" target="_blank"><@emailMacros.msg "email.added_as_delegate.you_have.5" /></a><@emailMacros.space /><@emailMacros.msg "email.added_as_delegate.you_have.6" />
56

67
<@emailMacros.msg "email.added_as_delegate.for_a_tutorial" />
78

orcid-core/src/main/resources/org/orcid/core/template/added_as_delegate_email_html.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</span>
1515
<p style="font-family: arial, helvetica, sans-serif; font-size: 15px; color: #494A4C;">
1616
<@emailMacros.msg "email.added_as_delegate.you_have.1" /><@emailMacros.space />${grantingOrcidName}<@emailMacros.space /><@emailMacros.msg "email.added_as_delegate.you_have.2" /><a href="${baseUri}/${grantingOrcidValue}?lang=${locale}" rel="noopener noreferrer" target="orcid.blank">${baseUri}/${grantingOrcidValue}</a><@emailMacros.msg "email.added_as_delegate.you_have.3" />${grantingOrcidName}<@emailMacros.msg "email.added_as_delegate.you_have.4" />
17+
<@emailMacros.space /><@emailMacros.space /><a style="text-decoration: underline;color: #085c77;display: inline-block;" href="${baseUri}/trusted-parties" target="_blank"><@emailMacros.msg "email.added_as_delegate.you_have.5" /></a><@emailMacros.space /><@emailMacros.msg "email.added_as_delegate.you_have.6" />
1718
</p>
1819
<p style="font-family: arial, helvetica, sans-serif; font-size: 15px; color: #494A4C;">
1920
<@emailMacros.msg "email.added_as_delegate.for_a_tutorial" />

orcid-core/src/main/resources/org/orcid/core/template/delegate_recipient_notification.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ${emailNameGrantingPermission}<@emailMacros.space /><@emailMacros.msg "notificat
77

88
<@emailMacros.msg "notification.delegate.receipt.accountDelegate" /><@emailMacros.space />${emailNameGrantingPermission}<@emailMacros.space /><@emailMacros.msg "notification.delegate.asTrustedIndividual" />
99

10-
<@emailMacros.msg "notification.delegate.receipt.accountDelegateMeans" /><@emailMacros.space />${emailNameGrantingPermission}<@emailMacros.space /><@emailMacros.msg "notification.delegate.receipt.orcidRecord" />
10+
<@emailMacros.msg "notification.delegate.receipt.accountDelegateMeans" /><@emailMacros.space />${emailNameGrantingPermission}<@emailMacros.space /><@emailMacros.msg "notification.delegate.receipt.orcidRecord" /><@emailMacros.space /><@emailMacros.msg "notification.delegate.receipt.revokeAnytime" /><@emailMacros.space /><a style="text-decoration: underline;color: #085c77;display: inline-block;" href="${baseUri}/trusted-parties" target="_blank"><@emailMacros.msg "notification.delegate.receipt.trustedParties" /></a><@emailMacros.space /><@emailMacros.msg "notification.delegate.receipt.sectionOf" />
1111

1212
<@emailMacros.msg "notification.delegate.receipt.tutorial" /><@emailMacros.space />https://support.orcid.org/hc/articles/360006973613.
1313

orcid-core/src/main/resources/org/orcid/core/template/delegate_recipient_notification_html.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<@emailMacros.msg "notification.delegate.receipt.accountDelegateMeans" />
2020
<@emailMacros.space />${emailNameGrantingPermissionWithApostrophe}
2121
<@emailMacros.msg "notification.delegate.receipt.orcidRecord" />
22+
<@emailMacros.space /><@emailMacros.msg "notification.delegate.receipt.revokeAnytime" /><@emailMacros.space /><a style="text-decoration: underline;color: #085c77;display: inline-block;" href="${baseUri}/trusted-parties" target="_blank"><@emailMacros.msg "notification.delegate.receipt.trustedParties" /></a><@emailMacros.space /><@emailMacros.msg "notification.delegate.receipt.sectionOf" />
2223
</p>
2324
<p>
2425
<@emailMacros.msg "notification.delegate.receipt.tutorial" /><@emailMacros.space />

orcid-core/src/main/resources/org/orcid/core/template/delegate_revoke_notification_html.ftl

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<title>${subject}</title>
77
</head>
88
<body>
9-
<#include "notification_header_html.ftl"/>
10-
<p>
119
<b>${emailNameForDelegate}</b>
1210
<@emailMacros.space />
1311
<a style="text-decoration: underline;color: #085c77;display: inline-block;" href="${baseUri}/${orcidValueForDelegate}" target="_blank">
@@ -21,7 +19,6 @@
2119
<@emailMacros.msg "notification.delegate.receipt.trustedIndividuals" />
2220
</a>
2321
</p>
24-
<#include "notification_footer_html.ftl"/>
2522
</body>
2623
</html>
2724
</#escape>

orcid-scheduler-web/src/main/java/org/orcid/scheduler/email/cli/manager/EmailMessageSenderImpl.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ public EmailMessage createDigest(String orcid, Collection<Notification> notifica
197197
if (notification instanceof NotificationAdministrative) {
198198
NotificationAdministrative notificationAdministrative = (NotificationAdministrative) notification;
199199
subjectDelegate = notificationAdministrative.getSubject();
200-
if (subjectDelegate.endsWith("has made you an Account Delegate for their ORCID record")) {
200+
if (subjectDelegate.endsWith("has made you an Account Delegate for their ORCID record") || subjectDelegate.endsWith("has revoked their Account Delegate access to your record")) {
201201
bodyHtmlDelegateRecipient = getHtmlBody(notificationAdministrative);
202202
} else if (subjectDelegate.endsWith("has been added as a Trusted Individual")) {
203203
bodyHtmlDelegate = getHtmlBody(notificationAdministrative);
204204
} else if (subjectDelegate != null && subjectDelegate.startsWith("[ORCID] Trusting")) {
205205
bodyHtmlAdminDelegate = getHtmlBody(notificationAdministrative);
206-
}
206+
}
207207
}
208208
digestEmail.addNotification(notification);
209209
if (notification.getSource() == null) {

0 commit comments

Comments
 (0)