Fix SunSpot and minor fix in calentry

This commit is contained in:
2014-12-02 12:03:14 +01:00
parent 85c6985a06
commit 2df6f7745e
6 changed files with 261 additions and 6 deletions

View File

@@ -35,8 +35,8 @@ class Ability
#-----------------------------------------------------
# Rechteverwaltung fuer Informationen
can [:show, :index,:faqs], Themengruppe, :public=>true
can [:show], Thema, :isdraft=>false
can :show, Frage
can [:show], Thema, :isdraft=>false, :themengruppe=>{:public=>true}
can :show, Frage
if loggedin
end
if( user.has_role?("fetuser") || user.has_role?("fetadmin"))