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
|
private
|
||||||
|
|
||||||
TOGGLES = {
|
TOGGLES = {
|
||||||
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
|
|
||||||
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?,
|
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?,
|
||||||
TypeDeChamp.type_champs.fetch(:repetition) => :champ_repetition?
|
TypeDeChamp.type_champs.fetch(:repetition) => :champ_repetition?
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,6 @@ class TypesDeChampService
|
||||||
include Rails.application.routes.url_helpers
|
include Rails.application.routes.url_helpers
|
||||||
|
|
||||||
TOGGLES = {
|
TOGGLES = {
|
||||||
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
|
|
||||||
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?,
|
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?,
|
||||||
TypeDeChamp.type_champs.fetch(:repetition) => :champ_repetition?
|
TypeDeChamp.type_champs.fetch(:repetition) => :champ_repetition?
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,6 @@ Flipflop.configure do
|
||||||
strategy :default
|
strategy :default
|
||||||
|
|
||||||
group :champs do
|
group :champs do
|
||||||
feature :champ_siret,
|
|
||||||
title: "Champ SIRET"
|
|
||||||
feature :champ_integer_number,
|
feature :champ_integer_number,
|
||||||
title: "Champ nombre entier"
|
title: "Champ nombre entier"
|
||||||
feature :champ_repetition,
|
feature :champ_repetition,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue