Skip to content

Commit e0ad993

Browse files
author
Grace Guo
authored
chore: add logging for "dashboard" action (#10744)
1 parent c1f2214 commit e0ad993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

superset/views/core.py

+1
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,7 @@ def publish( # pylint: disable=no-self-use
15841584
session.commit()
15851585
return json_success(json.dumps({"published": dash.published}))
15861586

1587+
@event_logger.log_this
15871588
@has_access
15881589
@expose("/dashboard/<dashboard_id_or_slug>/")
15891590
def dashboard( # pylint: disable=too-many-locals

0 commit comments

Comments
 (0)