1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-02 05:58:32 +02:00

Fix update notes modal

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2023-03-26 10:33:56 +02:00
parent b838f1b3f0
commit 1bd9cea458
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ def create_notes(instance: Union[Passage, Pool], raw, **_):
if not raw:
if isinstance(instance, Pool):
for passage in instance.passages.all():
create_notes(passage)
create_notes(passage, raw)
return
for jury in instance.pool.juries.all():