Enable champ_siret for all
This commit is contained in:
parent
9136c9dfa0
commit
6036d7906f
3 changed files with 0 additions and 4 deletions
|
@ -64,7 +64,6 @@ module ProcedureHelper
|
|||
private
|
||||
|
||||
TOGGLES = {
|
||||
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
|
||||
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?,
|
||||
TypeDeChamp.type_champs.fetch(:repetition) => :champ_repetition?
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ class TypesDeChampService
|
|||
include Rails.application.routes.url_helpers
|
||||
|
||||
TOGGLES = {
|
||||
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
|
||||
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?,
|
||||
TypeDeChamp.type_champs.fetch(:repetition) => :champ_repetition?
|
||||
}
|
||||
|
|
|
@ -7,8 +7,6 @@ Flipflop.configure do
|
|||
strategy :default
|
||||
|
||||
group :champs do
|
||||
feature :champ_siret,
|
||||
title: "Champ SIRET"
|
||||
feature :champ_integer_number,
|
||||
title: "Champ nombre entier"
|
||||
feature :champ_repetition,
|
||||
|
|
Loading…
Reference in a new issue