Skip to content

Commit

Permalink
Add user_tool role types
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 6, 2024
1 parent 3d47fa0 commit 589e125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3814,6 +3814,8 @@ class types(str, Enum):
USER = "user"
ADMIN = "admin"
SHARING = "sharing"
USER_TOOL_CREATION = "user_tool_create"
USER_TOOL_EXECUTION = "user_tool_execution"

@staticmethod
def default_name(role_type):
Expand Down

0 comments on commit 589e125

Please sign in to comment.