mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(log): Update recent_activity by event name (#32681)
This commit is contained in:
@@ -394,8 +394,8 @@ class DBEventLogger(AbstractEventLogger):
|
||||
log = Log(
|
||||
action=action,
|
||||
json=json_string,
|
||||
dashboard_id=dashboard_id,
|
||||
slice_id=slice_id,
|
||||
dashboard_id=dashboard_id or record.get("dashboard_id"),
|
||||
slice_id=slice_id or record.get("slice_id"),
|
||||
duration_ms=duration_ms,
|
||||
referrer=referrer,
|
||||
user_id=user_id,
|
||||
|
||||
Reference in New Issue
Block a user