mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 00:09:34 +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,
|
allowedForAuthor: true,
|
||||||
providers: {
|
providers: {
|
||||||
[notification.providers.BrowserNotification]: false,
|
[notification.providers.BrowserNotification]: false,
|
||||||
[notification.providers.PlatformNotification]: true
|
[notification.providers.PlatformNotification]: true,
|
||||||
|
[notification.providers.EmailNotification]: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
request.ids.CreateRequestNotification
|
request.ids.CreateRequestNotification
|
||||||
|
Loading…
Reference in New Issue
Block a user