Skip to content
Snippets Groups Projects
Commit d2be5383 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Opraveno logování změn registrace do ročníku

parent 43378b0b
No related branches found
No related tags found
1 merge request!111Jk/delete registration
......@@ -593,7 +593,7 @@ def org_user_participant_edit(user_id: int, year: int):
if sess.is_modified(participant):
changes = db.get_object_changes(participant)
app.logger.info(f"Participant id {id} year {year} modified, changes: {changes}")
app.logger.info(f"Participant id {user_id} year {year} modified, changes: {changes}")
mo.util.log(
type=db.LogType.participant,
what=user_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment