Add perms for viewing application log

This commit is contained in:
leigh-mil
2019-05-21 14:13:42 -04:00
parent a65f758894
commit 5e2f00b1c2
3 changed files with 3 additions and 1 deletions

View File

@@ -209,6 +209,7 @@ _APPLICATION_TEAM_PERMISSION_SET = {
Permissions.DELETE_APPLICATION_MEMBER,
Permissions.CREATE_APPLICATION_MEMBER,
Permissions.ASSIGN_ENVIRONMENT_MEMBER,
Permissions.VIEW_APPLICATION_ACTIVITY_LOG,
],
}