small fixes

This commit is contained in:
2015-01-17 12:04:53 +01:00
parent 057a66966d
commit edc8f6c2e3
4 changed files with 5 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ class Ability
# Calendar
if( user.has_role?("fetuser") || user.has_role?("fetadmin"))
can [:edit, :update,:new,:create], Document
can [:show, :edit, :update,:new,:create,:write, :write_etherpad, :read_from_etherpad, :dump_to_etherpad], Document
can :manage, Meeting
can :manage, Meetingtyp
end