add column label to procedure table
This commit is contained in:
parent
d0b1292060
commit
3a45524d39
11 changed files with 48 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue