-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Issue Tracker] Issue Change Notifications (#8885)
Fixed issue where the assignee dropdown did not show the current assignee Emails users who were added as watching When a comment is added, it adds it to the email to everyone watching
- Loading branch information
Showing
5 changed files
with
133 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Subject: Issue Assigned - # {$issueID} | ||
{$firstname}, | ||
|
||
The issue "{$title}" that is assigned to you has been modified. | ||
|
||
{if $comment !== "null"} | ||
{$currentUser} commented: "{$comment}" | ||
|
||
{/if} | ||
Please see the issue here: {$url} | ||
|
||
Thank you, | ||
|
||
LORIS Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters