Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
8d26bbb4
Commit
8d26bbb4
authored
Jun 15, 2021
by
Laurent Lécluse
Browse files
ADRESSE_NUMERO_COMPL devient personnalisable
parent
14a82326
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/src/DataGen.php
View file @
8d26bbb4
...
...
@@ -46,11 +46,6 @@ class DataGen
/* Nomenclatures fixes et jamais paramétrables */
[
'table'
=>
'ADRESSE_NUMERO_COMPL'
,
'context'
=>
[
'install'
],
'key'
=>
[
'CODE'
],
],
[
'table'
=>
'CIVILITE'
,
'context'
=>
[
'install'
,
'update'
],
...
...
@@ -182,6 +177,11 @@ class DataGen
/* Tables avec paramétrages pré-configurés (certaines colonnes + nouveaux enregistrements) */
[
'table'
=>
'ADRESSE_NUMERO_COMPL'
,
'context'
=>
[
'install'
],
'key'
=>
[
'CODE'
],
],
[
'table'
=>
'IMPORT_TABLES'
,
'context'
=>
[
'install'
,
'update'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment