mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
ezqms-883: allow email notifications for requests (#5582)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
75474a6311
commit
1279a180ab
@ -133,7 +133,8 @@ export function createModel (builder: Builder): void {
|
||||
allowedForAuthor: true,
|
||||
providers: {
|
||||
[notification.providers.BrowserNotification]: false,
|
||||
[notification.providers.PlatformNotification]: true
|
||||
[notification.providers.PlatformNotification]: true,
|
||||
[notification.providers.EmailNotification]: false
|
||||
}
|
||||
},
|
||||
request.ids.CreateRequestNotification
|
||||
|
Loading…
Reference in New Issue
Block a user