Skip to content

Commit

Permalink
Revert "feat (mapping, import) : hide jdd selection form"
Browse files Browse the repository at this point in the history
This reverts commit ae85450.
  • Loading branch information
jacquesfize committed Sep 30, 2024
1 parent 20f3978 commit 50e6088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def upgrade():
"fr_label": "Identifiant JDD (UUID)",
"mandatory": False,
"autogenerated": False,
"display": False,
"display": True,
"mnemonique": None,
"source_field": "src_unique_dataset_id",
"dest_field": "unique_dataset_id",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def upgrade():
"fr_label": "Identifiant JDD (UUID)",
"mandatory": False,
"autogenerated": False,
"display": False,
"display": True,
"mnemonique": None,
"source_field": "src_unique_dataset_id",
"dest_field": "unique_dataset_id",
Expand Down

0 comments on commit 50e6088

Please sign in to comment.