Skip to content

Commit

Permalink
fix get dataset permissions (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
svetleo-evidently authored Dec 18, 2024
1 parent 88259ab commit ca7c254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evidently/ui/managers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class DefaultRole(Enum):
(DefaultRole.VIEWER, EntityType.Project): {
Permission.LIST_USERS,
Permission.PROJECT_READ,
Permission.DATASET_READ,
},
(DefaultRole.VIEWER, EntityType.Dataset): {
Permission.LIST_USERS,
Expand Down

0 comments on commit ca7c254

Please sign in to comment.