Skip to content

Commit 427af76

Browse files
committed
- Update BenevolenceRequestDetail view panel email links to point to communication entry wizard page
1 parent 4d1e7e2 commit 427af76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rock.JavaScript.Obsidian.Blocks/src/Finance/BenevolenceRequestDetail/viewPanel.partial.obs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
}
181181

182182
if (hasEmail.value) {
183-
valueBuilder.addHtmlValue("Email", `<a :href="mailto:${entity.requester?.email}">${entity.requester?.email ?? ""}</a>`);
183+
valueBuilder.addHtmlValue("Email", `<a href="${window.location.origin}/Communication/?person=${entity.requester?.personIdKey}">${entity.requester?.email ?? ""}</a>`);
184184
}
185185

186186
if (hasPhone.value) {

0 commit comments

Comments
 (0)