Skip to content

Commit

Permalink
add project read permission for org viewer (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
svetleo-evidently authored Dec 4, 2024
1 parent ada7d30 commit 0d9c075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evidently/ui/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ class DefaultRole(Enum):
(DefaultRole.VIEWER, EntityType.Org): {
Permission.LIST_USERS,
Permission.ORG_READ,
Permission.PROJECT_READ,
},
(DefaultRole.VIEWER, EntityType.Team): {
Permission.LIST_USERS,
Expand Down

0 comments on commit 0d9c075

Please sign in to comment.