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:
@ -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():
|
||||
|
Reference in New Issue
Block a user