mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 00:11:22 +08:00
Add notifications for changing team access roles on a project [SCI-9882] (#7018)
This commit is contained in:
parent
e5384ee52a
commit
05db30285b
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ class NotificationExtends
|
||||||
code: 7,
|
code: 7,
|
||||||
recipients_module: :AssignedRecipients
|
recipients_module: :AssignedRecipients
|
||||||
},
|
},
|
||||||
|
project_access_changed_all_team_members_activity: {
|
||||||
|
code: 241,
|
||||||
|
recipients_module: :AssignedGroupRecipients
|
||||||
|
},
|
||||||
project_grant_access_to_all_team_members_activity: {
|
project_grant_access_to_all_team_members_activity: {
|
||||||
code: 242,
|
code: 242,
|
||||||
recipients_module: :AssignedGroupRecipients
|
recipients_module: :AssignedGroupRecipients
|
||||||
|
|
@ -135,6 +139,7 @@ class NotificationExtends
|
||||||
change_user_role_on_project_activity
|
change_user_role_on_project_activity
|
||||||
change_user_role_on_experiment_activity
|
change_user_role_on_experiment_activity
|
||||||
change_user_role_on_my_module_activity
|
change_user_role_on_my_module_activity
|
||||||
|
project_access_changed_all_team_members_activity
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
repository: {
|
repository: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue