Skip to content

Commit 0555bb2

Browse files
committed
Allow index revoked participations for all event types (hitobito/hitobito_sac_cas#2555)
1 parent 26b8ca6 commit 0555bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/abilities/youth/event_ability.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Youth::EventAbility
77
extend ActiveSupport::Concern
88

99
included do
10-
on(Event::Course) do
10+
on(Event) do
1111
permission(:any)
1212
.may(:index_revoked_participations, :list_tentatives)
1313
.for_participations_full_events

0 commit comments

Comments
 (0)