Remove non-existant columns from manager dashboards

This commit is contained in:
Paul Chavard 2020-03-26 16:17:07 +01:00
parent 953ebfe45a
commit c763679b54
7 changed files with 48 additions and 12 deletions

View file

@ -191,6 +191,10 @@ class Instructeur < ApplicationRecord
user.administrateur.nil? && procedures.all? { |p| p.defaut_groupe_instructeur.instructeurs.count > 1 }
end
# required to display feature flags field in manager
def features
end
private
def annotations_hash(demande, annotations_privees, avis, messagerie)