Remove non-existant columns from manager dashboards
This commit is contained in:
parent
953ebfe45a
commit
c763679b54
7 changed files with 48 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue