Removes unrelated dashboard changes

This commit is contained in:
decabeza
2018-10-18 01:26:07 +02:00
parent 938494aef5
commit 4db54092e6
11 changed files with 23 additions and 80 deletions

View File

@@ -69,7 +69,7 @@ module Abilities
can [:create, :destroy, :manage], ::Poll::BoothAssignment
can [:create, :destroy], ::Poll::OfficerAssignment
can [:read, :create, :update], Poll::Question
can :destroy, Poll::Question
can :destroy, Poll::Question # , comments_count: 0, votes_up: 0
can :manage, SiteCustomization::Page
can :manage, SiteCustomization::Image