mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
UBER-845: Add NotificationPresenter to send rich text notifications (#3729)
Signed-off-by: Maxim Karmatskikh <mkarmatskih@gmail.com>
This commit is contained in:
@@ -481,7 +481,13 @@ export default plugin(trackerId, {
|
||||
},
|
||||
string: {
|
||||
ConfigLabel: '' as IntlString,
|
||||
NewRelatedIssue: '' as IntlString
|
||||
NewRelatedIssue: '' as IntlString,
|
||||
IssueNotificationTitle: '' as IntlString,
|
||||
IssueNotificationBody: '' as IntlString,
|
||||
IssueNotificationChanged: '' as IntlString,
|
||||
IssueNotificationChangedProperty: '' as IntlString,
|
||||
IssueNotificationMessage: '' as IntlString,
|
||||
IssueAssigneedToYou: '' as IntlString
|
||||
},
|
||||
mixin: {
|
||||
ProjectIssueTargetOptions: '' as Ref<Mixin<ProjectIssueTargetOptions>>
|
||||
|
||||
Reference in New Issue
Block a user