Skip to content

Commit

Permalink
adding impersonation
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandStuder committed May 1, 2018
1 parent 3934e9a commit 52386d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Hitobito Changelog

## Version 1.11

* completely new generic structure, more in line with what organizations actually look like today.
2 changes: 1 addition & 1 deletion app/models/group/top_layer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Group::TopLayer < Group
Group::TopLayerMembers, Group::TopLayerContacts, Group::Region, Group::Local

class Administrator < Role
self.permissions = [:admin, :layer_and_below_full]
self.permissions = [:admin, :layer_and_below_full, :impersonation]
end

roles Administrator
Expand Down

0 comments on commit 52386d5

Please sign in to comment.