mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: add logging for "dashboard" action (#10744)
This commit is contained in:
@@ -1584,6 +1584,7 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
|
||||
session.commit()
|
||||
return json_success(json.dumps({"published": dash.published}))
|
||||
|
||||
@event_logger.log_this
|
||||
@has_access
|
||||
@expose("/dashboard/<dashboard_id_or_slug>/")
|
||||
def dashboard( # pylint: disable=too-many-locals
|
||||
|
||||
Reference in New Issue
Block a user