Skip to content

Commit

Permalink
Adapt to changes in hitobito/hitobito#3162
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn authored and amaierhofer committed Jan 28, 2025
1 parent d5cb1e3 commit ed26b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hitobito_sac_cas/wagon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class Wagon < Rails::Engine
RoleResource.include SacCas::RoleResource
Event::CourseResource.include SacCas::Event::CourseResource
Event::KindResource.include SacCas::Event::KindResource
Person::NameResource.course_leader_role = Event::Course::Role::Leader
Person::NameResource.course_leader_roles = [Event::Course::Role::Leader]

## Helpers
ApplicationMarketHelper.prepend SacCas::ApplicationMarketHelper
Expand Down

0 comments on commit ed26b08

Please sign in to comment.