force assignment notifications public

This commit is contained in:
Yuri Kuznetsov
2024-10-09 15:59:11 +03:00
parent d1338a1f26
commit d2fc0c778b
2 changed files with 3 additions and 3 deletions
@@ -37,7 +37,7 @@
["selectDefs"],
["pdfDefs"],
["aclDefs"],
["notificationDefs"],
["notificationDefs", "__ANY__", "assignmentNotificatorClassName"],
["authenticationMethods", "__ANY__", "implementationClassName"]
],
"frontendNonAdminHiddenPathList": [
@@ -38,8 +38,8 @@ export default class extends MultiEnumFieldView {
}
if (
this.getMetadata().get(['scopes', scope, 'stream']) &&
!this.getMetadata().get(['entityDefs', scope, 'fields', 'assignedUsers'])
this.getMetadata().get(`scopes.${scope}.stream`) &&
!this.getMetadata().get(`notificationDefs.${scope}.forceAssignmentNotificator`)
) {
return;
}