Skip to content

Commit

Permalink
Rename PersonFetchables to GroupBasedFetchables to match core
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Apr 22, 2024
1 parent 3134b8f commit 8176692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# or later. See the COPYING file at the top-level directory or at
# https://github.com/hitobito/hitobito.

module Jubla::PersonFetchables
module Jubla::GroupBasedFetchables
extend ActiveSupport::Concern

included do
Expand Down
2 changes: 1 addition & 1 deletion lib/hitobito_jubla/wagon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Wagon < Rails::Engine
VariousAbility.include Jubla::VariousAbility
RoleAbility.include Jubla::RoleAbility
PersonReadables.include Jubla::PersonReadables
PersonFetchables.include Jubla::PersonFetchables
GroupBasedFetchables.include Jubla::GroupBasedFetchables

# load this class after all abilities have been defined
Ability.store.register Event::Course::ConditionAbility
Expand Down

0 comments on commit 8176692

Please sign in to comment.