commit
c520b4f454
|
|
@ -316,6 +316,16 @@ In diesem Circle erfährst du wie die überbetrieblichen Kurse aufgebaut sind. Z
|
|||
url="/static/media/uk/de_üK1_KO_03b_A_Einteilungen.pdf",
|
||||
),
|
||||
),
|
||||
(
|
||||
"document",
|
||||
LearnMediaBlockFactory(
|
||||
title="Redlichkeitserklärung",
|
||||
description="",
|
||||
icon_url="/static/icons/demo/icon-hf-book.png",
|
||||
link_display_text="Dokument anzeigen",
|
||||
url="/static/media/uk/de_üK1_KO_03b_A_Einteilungen.pdf",
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
||||
LearningUnitFactory(title="Kompetenznachweis", title_hidden=True, parent=circle)
|
||||
|
|
@ -419,6 +429,16 @@ Dans ce cercle, tu apprendras comment les cours interentreprises sont structuré
|
|||
url="/static/media/uk/fr_üK1_KO_03b_A_Einteilungen.pdf",
|
||||
),
|
||||
),
|
||||
(
|
||||
"document",
|
||||
LearnMediaBlockFactory(
|
||||
title="Redlichkeitserklärung",
|
||||
description="",
|
||||
icon_url="/static/icons/demo/icon-hf-book.png",
|
||||
link_display_text="Afficher le document",
|
||||
url="/static/media/uk/fr_üK1_KO_03b_A_Einteilungen.pdf",
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
||||
LearningUnitFactory(
|
||||
|
|
@ -525,6 +545,15 @@ In questo Circle imparerai come sono strutturati i corsi interaziendali. Imparer
|
|||
url="/static/media/uk/it_üK1_KO_03b_A_Einteilungen.pdf",
|
||||
),
|
||||
),
|
||||
(
|
||||
"document",
|
||||
LearnMediaBlockFactory(
|
||||
title="Redlicheitserklärung",
|
||||
description="",
|
||||
link_display_text="Mostra documento",
|
||||
url="/static/media/uk/it_üK1_KO_03b_A_Einteilungen.pdf",
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
||||
LearningUnitFactory(
|
||||
|
|
|
|||
|
|
@ -132,6 +132,10 @@ def command(course):
|
|||
create_versicherungsvermittlerin_course(
|
||||
course_id=COURSE_VERSICHERUNGSVERMITTLERIN_FR_ID, language="fr"
|
||||
)
|
||||
if COURSE_VERSICHERUNGSVERMITTLERIN_IT_ID in course:
|
||||
create_versicherungsvermittlerin_course(
|
||||
course_id=COURSE_VERSICHERUNGSVERMITTLERIN_IT_ID, language="it"
|
||||
)
|
||||
|
||||
if COURSE_UK in course:
|
||||
create_course_uk_de()
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class EdoniqUserExportTestCase(TestCase):
|
|||
user.user.language,
|
||||
user.user.email,
|
||||
user.user.additional_json_data.get("Geburtsdatum", ""),
|
||||
"Lernender",
|
||||
"Lernende",
|
||||
user.user.additional_json_data.get("Firmenname", ""),
|
||||
user.user.additional_json_data.get("Lehrvertragsnummer", ""),
|
||||
user.course_session.import_id,
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ def generate_export_response(cs_users: List[CourseSessionUser]) -> HttpResponse:
|
|||
cs_user.user.language,
|
||||
cs_user.user.email,
|
||||
cs_user.user.additional_json_data.get("Geburtsdatum", ""),
|
||||
"Lernender",
|
||||
"Lernende",
|
||||
cs_user.user.additional_json_data.get("Firmenname", ""),
|
||||
cs_user.user.additional_json_data.get("Lehrvertragsnummer", ""),
|
||||
cs_user.course_session.import_id,
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue