Skip to content

Commit

Permalink
remove extra permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lorawoodford committed Dec 27, 2024
1 parent 612fd19 commit 5784895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/model/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def after_create
{
:group_code => "repository-viewers",
:description => I18n.t("group.default_group_names.repository_viewers", :repo_code => repo_code),
:grants_permissions => ["view_repository", "nonsense"]
:grants_permissions => ["view_repository"]
}]

RequestContext.open(:repo_id => self.id) do
Expand Down

0 comments on commit 5784895

Please sign in to comment.