Skip to content

Commit

Permalink
Add comments.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Oct 9, 2023
1 parent d5afdba commit fb57438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions galaxy_ng/app/api/v1/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ class LegacyRoleSerializer(serializers.ModelSerializer):
# so that role installs will work
github_repo = serializers.SerializerMethodField()

# this is the default or non-default branch
# the cli will use will installing the role.
# in old galaxy this was internall renamed to
# import_branch.
github_branch = serializers.SerializerMethodField()

commit = serializers.SerializerMethodField()
Expand Down

0 comments on commit fb57438

Please sign in to comment.