Skip to content

Commit

Permalink
Anpassungen von Rollen: FG-Mitgleider :contact_data-Flag entfernen
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjubla authored Dec 7, 2023
1 parent abbaa79 commit 3c6d74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/group/professional_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit 3c6d74e

Please sign in to comment.