Skip to content

Commit

Permalink
Change flags for the final phase
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 3, 2024
1 parent 72ea84c commit 23b9424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/hub/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,11 +828,11 @@ def flags_final_phase(self, request, __: QuerySet[FeatureFlag]):
phase_name=_("FINAL PHASE - results"),
enabled=[
"enable_results_display",
],
disabled=[
"enable_org_registration",
"enable_org_editing",
"enable_org_approval",
],
disabled=[
"enable_candidate_registration",
"enable_candidate_editing",
"enable_candidate_supporting",
Expand Down

0 comments on commit 23b9424

Please sign in to comment.