Skip to content

Commit

Permalink
Give players permission to see player list for leagues.
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchpete committed Jan 23, 2025
1 parent 1e51868 commit e086424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/authorization_rules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
has_permission_on :registration_groups, to: [:index]
has_permission_on :registrations, to: [:create]
has_permission_on :payments, to: [:create, :pre_authorize]
has_permission_on :leagues, to: [:register, :registrations, :invite_pair, :leave_pair, :missing_spirit_reports]
has_permission_on :leagues, to: [:register, :registrations, :invite_pair, :leave_pair, :missing_spirit_reports, :team_list, :reg_list]
has_permission_on :profile, to: [:index, :edit_g_rank, :update_g_rank]
has_permission_on :spirit_reports, to: [:index, :new, :create, :show, :edit, :update]

Expand Down

0 comments on commit e086424

Please sign in to comment.