Procédure → Démarche

This commit is contained in:
gregoirenovel 2018-09-05 14:48:42 +02:00
parent fabfa7d5e6
commit 00ecae5f93
71 changed files with 163 additions and 163 deletions

View file

@ -73,7 +73,7 @@ class BuildDefaultPreferenceListDossier < ActiveRecord::Migration
table = 'procedure'
{
libelle: create_column('Libellé procédure', table, 'libelle', 'libelle', 4),
libelle: create_column('Libellé démarche', table, 'libelle', 'libelle', 4),
organisation: create_column('Organisation', table, 'organisation', 'organisation', 3),
direction: create_column('Direction', table, 'direction', 'direction', 3)
}

View file

@ -32,7 +32,7 @@ class ResetAllPreferenceListDossier < ActiveRecord::Migration
table = 'procedure'
{
libelle: create_column('Libellé procédure', table, 'libelle', 'libelle', 4),
libelle: create_column('Libellé démarche', table, 'libelle', 'libelle', 4),
organisation: create_column('Organisation', table, 'organisation', 'organisation', 3),
direction: create_column('Direction', table, 'direction', 'direction', 3)
}