Skip to content
Snippets Groups Projects
Commit a85e0700 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'one_profil_per_default' into 'master'

By default, only one profile can be selected

Closes #191

See merge request !262
parents 96313503 4de501d6
No related branches found
No related tags found
1 merge request!262By default, only one profile can be selected
Pipeline #156765 passed
......@@ -35,7 +35,7 @@ def migration_code(apps, schema_editor):
set_default_live_setting("show_email_as_message", "True")
set_default_live_setting("min_num_referee", 0)
set_default_live_setting("max_num_referee", 3)
set_default_live_setting("max_num_profile", 0)
set_default_live_setting("max_num_profile", 1)
set_default_live_setting("visibility_of_global_grade", 'never')
set_default_live_setting("show_key_date_after_call", True)
set_default_live_setting("cv_enabled", True)
......
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