fix(admin): RIB champ is not a forbidden keyword
This commit is contained in:
parent
0daeca14e4
commit
74722490bc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class DubiousProcedure
|
|||
attr_accessor :id, :libelle, :dubious_champs, :aasm_state, :hidden_at_as_template
|
||||
|
||||
FORBIDDEN_KEYWORDS = [
|
||||
'NIR', 'RNIPP', 'race', 'religion', 'RIB',
|
||||
'NIR', 'RNIPP', 'race', 'religion',
|
||||
'carte bancaire', 'carte bleue', 'sécurité sociale',
|
||||
'agdref', 'syndicat', 'syndical',
|
||||
'parti politique', 'opinion politique', 'bord politique', 'courant politique',
|
||||
|
|
Loading…
Reference in a new issue