forked from bofh/fetsite
Fix SunSpot and minor fix in calentry
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user