diff --git a/app/models/group/professional_group.rb b/app/models/group/professional_group.rb index 60fc9b84..a14f9b78 100644 --- a/app/models/group/professional_group.rb +++ b/app/models/group/professional_group.rb @@ -35,7 +35,7 @@ # jubla_property_insurance :boolean default(FALSE), not null # -# Copyright (c) 2012-2013, Jungwacht Blauring Schweiz. This file is part of +# Copyright (c) 2012-2023, Jungwacht Blauring Schweiz. This file is part of # hitobito_jubla and licensed under the Affero General Public License version 3 # or later. See the COPYING file at the top-level directory or at # https://github.com/hitobito/hitobito_jubla. @@ -47,7 +47,7 @@ class Leader < Jubla::Role::Leader end class Member < Jubla::Role::Member - self.permissions = [:contact_data, :group_read] + self.permissions = [:group_read] end end