Add the “piece_justificative” type de champ
This commit is contained in:
parent
2a2f794732
commit
7097cad51a
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,8 @@ class TypeDeChamp < ActiveRecord::Base
|
|||
engagement: 'engagement',
|
||||
header_section: 'header_section',
|
||||
explication: 'explication',
|
||||
dossier_link: 'dossier_link'
|
||||
dossier_link: 'dossier_link',
|
||||
piece_justificative: 'piece_justificative'
|
||||
}
|
||||
|
||||
belongs_to :procedure
|
||||
|
|
|
@ -25,3 +25,4 @@ fr:
|
|||
explication: 'Explication'
|
||||
multiple_drop_down_list: 'Menu déroulant à choix multiples'
|
||||
dossier_link: 'Lien vers un autre dossier'
|
||||
piece_justificative: 'Pièce justificative'
|
||||
|
|
Loading…
Add table
Reference in a new issue