Skip to content

Commit

Permalink
remove group and below read for aktivmitglieder
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Dec 21, 2023
1 parent 7c2a947 commit 4a24ae5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ of Jemk.
* Coach: [:layer_and_below_full, :approve_applications, :contact_data]
* Kassier: [:layer_read, :finance]
* Materialverantwortliche/-r: [:layer_and_below_read, :contact_data]
* Aktivmitglied: [:group_and_below_read]
* Aktivmitglied: []
* Passivmitglied: []
* Vorstand
* Präsident/-in: [:layer_full, :contact_data]
Expand All @@ -70,7 +70,7 @@ of Jemk.
* Mitglied: [:group_and_below_read]
* Mitglieder
* Leiter/-in: [:group_and_below_full, :contact_data]
* Aktivmitglied: [:group_and_below_read]
* Aktivmitglied: []
* Passivmitglied: []

(Output of rake app:hitobito:roles)
Expand Down
2 changes: 1 addition & 1 deletion app/models/group/ortsjungschar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Materialverantwortlicher < ::Role
end

class Aktivmitglied < ::Role
self.permissions = [:group_and_below_read]
self.permissions = []
end

class Passivmitglied < ::Role
Expand Down
2 changes: 1 addition & 1 deletion app/models/group/ortsjungschar_mitglieder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Leiter < ::Role
end

class Aktivmitglied < ::Role
self.permissions = [:group_and_below_read]
self.permissions = []
end

class Passivmitglied < ::Role
Expand Down

0 comments on commit 4a24ae5

Please sign in to comment.