[#1421] Subject linked dropdown field to feature toggle
This commit is contained in:
parent
d3df6e813c
commit
226e3ca562
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
module TypeDeChampHelper
|
||||
TOGGLES = {
|
||||
'piece_justificative' => :champ_pj?,
|
||||
'siret' => :champ_siret?
|
||||
'siret' => :champ_siret?,
|
||||
'linked_drop_down_list' => :champ_linked_dropdown?
|
||||
}
|
||||
|
||||
def tdc_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue