mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-26 21:15:32 +03:00
Fix disable integration notify (#3823)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
bc3598ce15
commit
13a677dd3e
@ -516,6 +516,9 @@ export function createModel (builder: Builder): void {
|
||||
group: setting.ids.SettingNotificationGroup,
|
||||
field: 'disabled',
|
||||
txClasses: [core.class.TxUpdateDoc],
|
||||
txMatch: {
|
||||
'operations.disabled': true
|
||||
},
|
||||
objectClass: setting.class.Integration,
|
||||
allowedForAuthor: true,
|
||||
templates: {
|
||||
|
Loading…
Reference in New Issue
Block a user