From 5e55ff7f90171e1987a6c217bf213800bc3732fe Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 14 Oct 2022 14:38:06 +0200 Subject: [PATCH] make the modlog note for updating assets link to te updated asset --- files/routes/asset_submissions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/routes/asset_submissions.py b/files/routes/asset_submissions.py index 194a29ae2..dfdce5a51 100644 --- a/files/routes/asset_submissions.py +++ b/files/routes/asset_submissions.py @@ -392,7 +392,7 @@ if SITE not in ('pcmemes.net', 'watchpeopledie.co'): ma = ModAction( kind="update_marsey", user_id=v.id, - _note=name + _note=f'{name}' ) g.db.add(ma) @@ -458,7 +458,7 @@ if SITE not in ('pcmemes.net', 'watchpeopledie.co'): ma = ModAction( kind="update_hat", user_id=v.id, - _note=name + _note=f'{name}' ) g.db.add(ma)