[WEB-4674] fix: update broken email preference links in notification emails #7574
This commit is contained in:
parent
545507fa97
commit
5629a4d4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ def send_email_notification(
|
|||
"project_url": f"{base_api}/{str(issue.project.workspace.slug)}/projects/{str(issue.project.id)}/issues/",
|
||||
"workspace": str(issue.project.workspace.slug),
|
||||
"project": str(issue.project.name),
|
||||
"user_preference": f"{base_api}/profile/preferences/email",
|
||||
"user_preference": f"{base_api}/{str(issue.project.workspace.slug)}/settings/account/notifications/",
|
||||
"comments": comments,
|
||||
"entity_type": "issue",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue