Skip to content

Commit

Permalink
Merge pull request #120 from nchiapol/bug-elternzugang
Browse files Browse the repository at this point in the history
minimal fix for bug
  • Loading branch information
carlobeltrame authored Dec 20, 2023
2 parents 4a84b44 + 9adbece commit e7fe7a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/abilities/cevi/event/participation_ability.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ module Cevi::Event::ParticipationAbility
may(:show).
in_same_layer_or_below_if_ausbildungsmitglied

permission(:any).
may(:create).
if_manage_attendances_in_event_or_her_own_if_application_possible
for_self_or_manageds do
permission(:any).
may(:create).
if_manage_attendances_in_event_or_her_own_if_application_possible
end

permission(:any).may(:approve).if_manage_attendances_in_event
permission(:any).may(:reject).if_manage_attendances_in_event
Expand Down

0 comments on commit e7fe7a4

Please sign in to comment.