chore: add logging for "dashboard" action (#10744)
This commit is contained in:
parent
c1f2214d7c
commit
e0ad9935c1
|
|
@ -1584,6 +1584,7 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
|
||||||
session.commit()
|
session.commit()
|
||||||
return json_success(json.dumps({"published": dash.published}))
|
return json_success(json.dumps({"published": dash.published}))
|
||||||
|
|
||||||
|
@event_logger.log_this
|
||||||
@has_access
|
@has_access
|
||||||
@expose("/dashboard/<dashboard_id_or_slug>/")
|
@expose("/dashboard/<dashboard_id_or_slug>/")
|
||||||
def dashboard( # pylint: disable=too-many-locals
|
def dashboard( # pylint: disable=too-many-locals
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue