force assignment notifications public
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user