Skip to content
Snippets Groups Projects
Commit 3eaf8ba6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

ETL label changed

parent 51808c81
No related branches found
No related tags found
1 merge request!304Resolve "two visits with the same dates"
...@@ -6,7 +6,8 @@ smasch (1.0.0~beta.6-1) unstable; urgency=low ...@@ -6,7 +6,8 @@ smasch (1.0.0~beta.6-1) unstable; urgency=low
possible text value (#373) possible text value (#373)
* bug fix: when editing an appointment type, clicking cancel redirected you * bug fix: when editing an appointment type, clicking cancel redirected you
to the list of languages (#372) to the list of languages (#372)
* bug fix: ETL label for Subject import changed to properly describe the
action (#70)
-- Piotr Gawron <piotr.gawron@uni.lu> Wed, 24 Feb 2021 12:00:00 +0200 -- Piotr Gawron <piotr.gawron@uni.lu> Wed, 24 Feb 2021 12:00:00 +0200
......
...@@ -76,7 +76,7 @@ def get_info_about_etl_entries(study: Study): ...@@ -76,7 +76,7 @@ def get_info_about_etl_entries(study: Study):
'worker': str(import_data.import_worker) 'worker': str(import_data.import_worker)
}) })
for import_data in SubjectImportData.objects.filter(study=study).all(): for import_data in SubjectImportData.objects.filter(study=study).all():
etl_entries.append({'type': 'Subject visit', etl_entries.append({'type': 'Import subject',
'file': import_data.filename, 'file': import_data.filename,
'filetype': 'CSV', 'filetype': 'CSV',
'run_at': import_data.run_at_times, 'run_at': import_data.run_at_times,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment