add column label to procedure table

This commit is contained in:
Lisa Durand 2024-10-07 16:52:27 +02:00
parent d0b1292060
commit 3a45524d39
No known key found for this signature in database
GPG key ID: 0DF91F2CA1E8B816
11 changed files with 48 additions and 3 deletions

View file

@ -40,6 +40,7 @@ class Column
def notifications? = [table, column] == ['notifications', 'notifications']
def dossier_state? = [table, column] == ['self', 'state']
def groupe_instructeur? = [table, column] == ['groupe_instructeur', 'id']
def dossier_labels? = [table, column] == ['dossier_labels', 'label_id']
def type_de_champ? = table == TYPE_DE_CHAMP_TABLE
def self.find(h_id)