Update gender choices #49

Closed
opened 2022-06-05 13:02:01 +02:00 by debdolph · 6 comments
debdolph commented 2022-06-05 13:02:01 +02:00 (Migrated from edugit.org)
Follow-Up from https://edugit.org/AlekSIS/official/AlekSIS-Core/-/issues/262
hansegucker commented 2023-04-07 13:00:21 +02:00 (Migrated from edugit.org)
diff --git a/aleksis/apps/csv_import/settings.py b/aleksis/apps/csv_import/settings.py
index 203f912..0103636 100644
--- a/aleksis/apps/csv_import/settings.py
+++ b/aleksis/apps/csv_import/settings.py
@@ -8,4 +8,7 @@ SEXES = {
     "männlich": "m",
     "female": "f",
     "male": "m",
+    "f": "f",
+    "d": "d",
+    "divers": "d"
 }
```diff diff --git a/aleksis/apps/csv_import/settings.py b/aleksis/apps/csv_import/settings.py index 203f912..0103636 100644 --- a/aleksis/apps/csv_import/settings.py +++ b/aleksis/apps/csv_import/settings.py @@ -8,4 +8,7 @@ SEXES = { "männlich": "m", "female": "f", "male": "m", + "f": "f", + "d": "d", + "divers": "d" } ```
hansegucker commented 2023-11-14 21:47:08 +01:00 (Migrated from edugit.org)

It's x in Core.

It's x in Core.
hansegucker commented 2023-11-24 15:07:41 +01:00 (Migrated from edugit.org)

created branch 49-update-gender-choices to address this issue

created branch [`49-update-gender-choices`](/AlekSIS/official/AlekSIS-App-CSVImport/-/compare/master...49-update-gender-choices) to address this issue
hansegucker commented 2023-11-24 15:07:46 +01:00 (Migrated from edugit.org)

mentioned in merge request !220

mentioned in merge request !220
hansegucker commented 2023-11-24 15:39:10 +01:00 (Migrated from edugit.org)

assigned to @hansegucker

assigned to @hansegucker
nik commented 2023-12-05 21:47:19 +01:00 (Migrated from edugit.org)

mentioned in commit 6e7b266028

mentioned in commit 6e7b2660286c91d48fdce6607c515df4fee63e8a
nik (Migrated from edugit.org) closed this issue 2023-12-05 21:47:20 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-CSVImport#49
No description provided.