Skip to content
Snippets Groups Projects
Commit d3b3db1d authored by Martin Mareš's avatar Martin Mareš
Browse files

Oprava zrušení zveřejnění výsledkovky

parent 0250d10c
No related branches found
No related tags found
No related merge requests found
...@@ -323,7 +323,7 @@ def org_score_snapshots(ct_id: int): ...@@ -323,7 +323,7 @@ def org_score_snapshots(ct_id: int):
if scoretable.scoretable_id == scoretable_id: if scoretable.scoretable_id == scoretable_id:
found = True found = True
break break
if found and set_final_form.submit_set_final: if found and set_final_form.submit_set_final.data:
ctx.master_contest.scoretable_id = scoretable_id ctx.master_contest.scoretable_id = scoretable_id
mo.jobs.score.schedule_export_score_to_mo_web(ctx.contest, scoretable) mo.jobs.score.schedule_export_score_to_mo_web(ctx.contest, scoretable)
mo.util.log( mo.util.log(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment